5 ms·
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.
by tgasson 14y 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.