Untitled

Run Settings
LanguageNim
Language Version
Run Command
proc print(i: int) = echo i proc plus(a, b: int): int = a + b let procs = [cast[pointer](print), cast[pointer](plus)] cast[type(print)](procs[0])(1) echo cast[type(plus)](procs[1])(1, 2)
Editor Settings
Theme
Key bindings
Full width
Lines