> PMunch[IRC]APP > ā€” > Today at 17:11 > Possible values: pretty much anything > What it does, it defines stuff (-d is short for --define) > In Nim code you can have when defined(X) and you can have const x {.strdefine.} = "" for example. The defined check sees if the value is defined yes/no, and the strdefine allows you do to -dāŒ"This is a string"