make while loops more efficient and improve expression parsing
This commit is contained in:
@@ -2,7 +2,7 @@ x := 1
|
||||
y := 1
|
||||
|
||||
i := 60
|
||||
while i {
|
||||
while i + 1 {
|
||||
z := x + y
|
||||
y = x
|
||||
x = z
|
||||
|
||||
Reference in New Issue
Block a user