add static to the type import macros macro initNui(a: static[int]): typed = result = parseStmt("const b = " & $a) initNui 1
- How to get string representation of int inside of the macros? r3d9u11
- Re: How to get string representation of int inside of the ... mashingan