Hacker News new | ask | show | jobs
by mort96 570 days ago
Wat's up with calling the variable "index" in the second parameter to assert? What happens when you try to call what's presumably an integer..?
1 comments

There is no call. assert is a macro, the second parameter is a list of places which the restart can update.