5 ms·
That would only evaluate the original [true] key, though, right?
by mahcuz 14y ago
That would only evaluate the original [true] key, though, right?
- tgasson 14y agoNo, `test[true]` will be reassigned to the given function each time the condition evaluates to true. Calling `test[true]()` will execute that given function.