diff options
Diffstat (limited to 'test7')
-rw-r--r-- | test7 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +j = 6 + +func(test) { + i = 0 + while (i < 10) { + i = i + 1 + } + + j = 15 +} + +print(i) +print(" ") +print(j) |
![]() |
index : clyne/interpreter | |
Scripting language implementation for microcontrollers | Clyne Sullivan |
aboutsummaryrefslogtreecommitdiffstats |