Preferences

Joker_vD parent
Almost all modern-ish languages are sensitive to whitespace, you can't write e.g. "voidfunc(intx){return0;}" in C.

In fact, I don't think there is any other space-insensitive language except from early versions of FORTRAN.


pklausler
You can still write Fortran without spaces if you like. Or with spaces in the middle of tokens, too. It makes parsing fun.

This item has no comments currently.