Difference between revisions of "Result"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 12:38, 9 August 2005

#tileType

Result System Variables

Description

holds the value from the last return statement executed.

Example


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

See Also

result

Main_Page Documentation Result System Variables