Whitespace (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
Numbers: fixed grammar
Line 112:
For example:
 
* [space][tab][space][space][tab][space][tab][tab][linefeed] (STSSTSTTL) is positive since it starts with <code>space</code> and represents 1001011 in binary, which is 75 in decimal.
* [tab][tab][tab][space][space][tab][space][linefeed] (TTTSSTSL) is negative since it starts with <code>tab</code> and represents -110010 in binary which is −50 in decimal.
 
=== Labels ===