1 2 3 4 5 6 7 8 9 10 11
proc doSomething*(x, y: int): int = ## do something x + y const a* = 1 ## echo 1234 b* = "test" type MyEnum* = enum foo, bar