very basic while loop

This commit is contained in:
r4
2021-12-21 15:02:53 +01:00
parent 61d5661b96
commit 10d436107c
3 changed files with 64 additions and 18 deletions

View File

@@ -1,15 +1,4 @@
a := 0
{
a := 1
b := a
}
//a := 1
//b := 1 - 2 * 2 + 5
//c := a + b * 2 * b
//d := a + 4 * b * a
/*x := 1
x := 1
y := 1
i := 60
@@ -17,6 +6,6 @@ while i {
z := x + y
y = x
x = z
print(z)
//print(z)
i = i - 1
}*/
}