Add test program that stores test result for use in later IF
This commit is contained in:
parent
615c66f304
commit
b5fa71c710
1 changed files with 8 additions and 0 deletions
8
wip-duuqnd/user-side-compiler/example-4.c6l
Normal file
8
wip-duuqnd/user-side-compiler/example-4.c6l
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
y = random()
|
||||||
|
x = 5 == y
|
||||||
|
|
||||||
|
if x then
|
||||||
|
if y >= 4 then
|
||||||
|
x = 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue