Result

From Wiki
Revision as of 11:40, 3 August 2007 by 65.32.162.67 (Talk)

Jump to: navigation, search
holds the value from the last return statement executed.

Example


gosub xor 1875 618 
display #result 
halt 
 
sub xor
{ 
  return %1 && ! %2 || ! %1 && %2 
}

Related Commands

Return

See also

Main Page Documentation