This commit is contained in:
Araq
2015-02-05 02:27:43 +01:00
parent d41d9f704d
commit c795a469bc

View File

@@ -2194,7 +2194,8 @@ elif hostOS != "standalone":
inc(i)
{.pop.}
proc echo*(x: varargs[expr, `$`]) {.magic: "Echo", tags: [WriteIOEffect], benign.}
proc echo*(x: varargs[expr, `$`]) {.magic: "Echo", tags: [WriteIOEffect],
benign, sideEffect.}
## Writes and flushes the parameters to the standard output.
##
## Special built-in that takes a variable number of arguments. Each argument