adding condition to if statement
new syntax is if_true( . .. . ) where any string is allowed in case of true
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
if(0)
|
||||
if_zero(0)
|
||||
four = 42
|
||||
end
|
||||
-- -- --
|
||||
|
@ -1,4 +1,4 @@
|
||||
if(3 > var)
|
||||
if_overflow(3 + 100000 )
|
||||
Object.initialize(3)
|
||||
end
|
||||
-- -- --
|
||||
|
Reference in New Issue
Block a user