Whitespace (programming language): Difference between revisions

Content deleted Content added
Line 69:
| [Tab][Space] || [Space][LF] || - || Multiplication
|-
| [Tab][Space] || [Tab][Space] || - || Integer Divisiondivision
|-
| [Tab][Space] || [Tab][Tab] || - ||[[Modulo operation|Modulo]]
Line 118:
 
A label is used for [[control flow]]. It is a <code>linefeed</code>-terminated sequence of <code>space</code>and <code>tab</code> characters. As there is only one namespace, all labels must be unique.
<ref name="whitespace"/>
 
==Sample code==