prev and this: var .. in .. expression

This commit is contained in:
ProgramSnail 2023-06-08 16:44:42 +03:00
parent 92a6100349
commit 7ce8513ad0

View file

@ -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"
}
}