Whitespace-Ingoring languages
- by Sarc Asm
People (here on SO) often talk about their dislike of languages which don't ignore whitespace.
My question is: Which programming languages ignore whitespace?
Examples:
C++
co n st my Var with spaces = 1 23;
- Error
PHP
$this willnot work = 456;