Hi all!
Silly question: how can I define a noop proc?
proc doNothing(): = Run
proc doNothing(): =
I believe the parens are optional, too.
func doNothing = discard Run
func doNothing = discard