Content deleted Content added
ShadowMitia (talk | contribs) No edit summary |
Example number was `11`, which could be confused with binary at first glance. |
||
Line 14:
== Syntax ==
Commands are composed of sequences of spaces, tab stops and linefeeds. For example, tab-space-space-space performs arithmetic addition of the top two elements on the stack.
Data is represented in [[Binary code|binary]] using spaces (0) and tabs (1), followed by a linefeed; thus,
The sign of a number is given by its first character, [Space] for positive and [Tab] for negative.<ref name="whitespace" />
|