Difference between revisions of "Result"
From Wiki
| Line 14: | Line 14: | ||
</pre> | </pre> | ||
| + | == Related Commands == | ||
| + | {| style="background:gainsboro; color:black; border: 2px #aaa solid;" | ||
| + | | Width=250px align=center | [[Return]] | ||
| + | |} | ||
{{footer}} | {{footer}} | ||
Revision as of 10:40, 3 August 2007
| ⇔ | 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 |