Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cube13
on Nov 30, 2011
|
parent
|
context
|
favorite
| on:
Making Coffeescript’s Whitespace More Significant
Whitespace does not control program flow in C. It only is used to separate tokens. It is not used to control program flow(like coffeescript and python).
Note that:
int a = 0;
and
int a=0;
and
int a = 0;
are all equivalent.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Note that:
and and are all equivalent.