Result
From Wiki
Revision as of 11:14, 26 August 2005 by Kedrick Valorite (Talk | contribs)
| ⇔ | 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
| Main Page | Documentation |