lib/system/sysio.nim has: > when declared(stdout): > > ... > proc echoBinSafe(args: openArray[string]) =
... but I can’t figure out how to add something similar to this to my program that will satisfy the compiler. Mark
lib/system/sysio.nim has: > when declared(stdout): > > ... > proc echoBinSafe(args: openArray[string]) =
... but I can’t figure out how to add something similar to this to my program that will satisfy the compiler. Mark