Y
Hacker News
new
|
ask
|
show
|
jobs
by
normie3000
176 days ago
What about:
return 1 + f()
?
1 comments
ZiiS
176 days ago
No, the last thing is the +; which can't run till it knows both values. (Reverse Polish notation is clearer, but humans prefer infix operators for some reason)
link