Merge pull request #90 from rofrol/patch-1

add spaces
pull/2/head
Dave Gauer 3 years ago committed by GitHub
commit 6058819098

@ -11,7 +11,7 @@
// Example: // Example:
// //
// var foo = 2; // var foo = 2;
// while (foo<10) : (foo+=2) { // while (foo < 10) : (foo += 2) {
// // Do something with even numbers less than 10... // // Do something with even numbers less than 10...
// } // }
// //

Loading…
Cancel
Save