mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Better value control
This commit is contained in:
parent
d8ddf25a7f
commit
9bec185603
14 changed files with 147 additions and 100 deletions
|
|
@ -13,4 +13,4 @@ elif n == 4 then write (3)
|
|||
|
||||
n := n - 1
|
||||
|
||||
until n == 0
|
||||
until (n == 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue