- :nothing
else
perform action, if last condition was not true
Parameters
else otherwise :block :bytecode
Returns
Examples
copyx: 2 z: 3 if? x>z [ print "x was greater than z" ] else [ print "nope, x was not greater than z" ]
else otherwise :block :bytecode
copyx: 2 z: 3 if? x>z [ print "x was greater than z" ] else [ print "nope, x was not greater than z" ]