src/pylib/builtins/print
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Imports
Macros
print
print(data: varargs[untyped]): untyped
Source
Edit
Imports
../Lib/sys
,
../noneType
,
../pystring/strimpl
Macros
macro
print
(
data
:
varargs
[
untyped
]
)
:
untyped
Print macro identical to Python
print
(
)
function.
Hint:
Due to
end
being keyword of Nim, it has to be written as
endl
or
`end`
here.
Source
Edit