shark/test_files/regular_while.nila in nilac-0.0.4.3.3 vs shark/test_files/regular_while.nila in nilac-0.0.4.3.4
- old
+ new
@@ -1,7 +1,7 @@
-# This file will demonstrate Nila's while loops
-
-counter = 1
-while counter < 11
- puts counter
- counter = counter + 1
+# This file will demonstrate Nila's while loops
+
+counter = 1
+while counter < 11
+ puts counter
+ counter = counter + 1
end
\ No newline at end of file