quest
quest copied to clipboard
Remove the `[]` and `{}` operators
Way back when, they were used for different ways to call blocks (e.g. foo ( ... ) vs foo [ ... ]), but I've sinced moved away from that.
However, they're still a vestige and should be removed.