mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
commit
6058819098
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue