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,6 +1,6 @@
|
||||
class Ifi
|
||||
int ofthen(int n)
|
||||
if(0)
|
||||
if_zero(0)
|
||||
isit = 42
|
||||
else
|
||||
maybenot = 667
|
||||
|
Reference in New Issue
Block a user