Content deleted Content added
No edit summary |
→Syntax: tidy up and merge refs |
||
Line 15:
Data is represented in [[Binary code|binary]] using spaces (0) and tabs (1), followed by a linefeed; thus, space-space-space-tab-space-tab-tab-linefeed is the binary number 0001011, which is 11 in decimal. All other characters are ignored and thus can be used for comments.
Code is written as an ''Instruction Modification Parameter'' (IMP) followed by the operation.<ref name="tutorial">{{cite web|url = http://compsoc.dur.ac.uk/whitespace/tutorial.html|title = Whitespace Tutorial|website =
{| class="wikitable"
|-
Line 31:
|}
Each IMP is followed by one operation defined for that IMP, and a parameter if needed. The list of operations supported in Whitespace is:<ref
{| class="wikitable"
|