mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
prev and this: var .. in .. expression
This commit is contained in:
parent
92a6100349
commit
7ce8513ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ def test-variables : a = {
|
|||
|
||||
var z = 543.32 in {
|
||||
for x in 1--10 do print: 111
|
||||
if scan:[int] < 11 then do-something-another: z "aaa"
|
||||
if scan:[int] < 11 then do-something-another: z "ccc"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue