Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
scj
on Jan 27, 2012
|
parent
|
context
|
favorite
| on:
Coding Horror: Separating Programming Sheep from N...
I wonder what the result of the test would be if it were written:
a <- 10;
b <- 20;
a <- b;
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
a <- 10;
b <- 20;
a <- b;