14
What general tips do you have for golfing in Whitespace? I'm looking for ideas which can be applied to code-golf problems and which are also at least somewhat specific to Whitespace (e.g. "remove comments" is not an answer).
Please post one tip per answer.
82Remove unnecessary whitespace. – KSFT – 10 years ago
1s/[^[:space:]]//g – Digital Trauma – 10 years ago