Add test program that stores test result for use in later IF

This commit is contained in:
John Lorentzson 2025-07-07 15:51:56 +02:00
parent 615c66f304
commit b5fa71c710

View file

@ -0,0 +1,8 @@
y = random()
x = 5 == y
if x then
if y >= 4 then
x = 0
end
end