Whitespace-Ingoring languages

Posted by Sarc Asm on Stack Overflow See other posts from Stack Overflow or by Sarc Asm
Published on 2010-04-19T14:14:21Z Indexed on 2010/04/19 14:33 UTC
Read the original article Hit count: 348

Filed under:
|
|
|

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;

© Stack Overflow or respective owner

Related posts about whitespace

Related posts about language-agnostic