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 with one change: end argument was renamed to endl
Source
Edit