Y
Hacker News
new
|
ask
|
show
|
jobs
by
verandacoffee
2503 days ago
Algol (60) had if-expressions, as did Simula 67 (based on Algol): x := if (y = 0) then 0 else 4 / y