Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgasson
5130 days ago
No, `test[true]` will be reassigned to the given function each time the condition evaluates to true. Calling `test[true]()` will execute that given function.