Whitespace (programming language): Difference between revisions

Content deleted Content added
Add a ref, rewrite a sentence a bit to match source and be a bit more general.
m Examples: The makeshift arrow "=>" is ambiguous in this context (and bad typography in any context)
Line 95:
==== Examples ====
 
* space-tab-space-space-tab-space-tab-tab-linefeed (STSSTSTTL) represents the binary number 1001011 (positive, because the number starts with a space) =>
** 75 in decimal.
* tab-tab-tab-space-space-tab-space-linefeed (TTTSSTSL) represents the binary number 110010 (negative, because the number starts with a tab) => -50 in decimal.
** −50 in decimal.
tab-tab-tab-space-space-tab-space-linefeed (TTTSSTSL) represents the binary number 110010 (negative, because the number starts with a tab) => -50 in decimal.
 
=== Labels ===