Jump to content

Boolean values: Difference between revisions

(→‎{{header|MiniScript}}: extended example)
Line 231:
In Arturo, there are constants false and true to represent their respective values (that also implicitly convert to 0 and 1).
 
<lang arturo>a: true
b: false
 
if a { print "yep" } { print "nope" }
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.