Untitled

Run Settings
LanguageNim
Language Version
Run Command
import macros proc foo(bar: float): float = bar proc foo(bar: int): int = bar macro print2():untyped = echo "Implementation one:" echo treerepr getImpl(symbol(bindSym("foo")[0])) echo() echo "Implementation two:" echo treerepr getImpl(symbol(bindSym("foo")[1])) print2() # this also echoes the body
Editor Settings
Theme
Key bindings
Full width
Lines