- :nothing
unless
perform action, if given condition is false or null
Parameters
unless condition :any action :block :bytecode
Returns
Examples
copyx: 2 unless x=1 -> print "yep, x is not 1!" ; yep, x is not 1!
unless condition :any action :block :bytecode
copyx: 2 unless x=1 -> print "yep, x is not 1!" ; yep, x is not 1!