Top
module / std-io
Table of contents
Overview
../index
../nocdoc/index
Internal
prelude
fs
str
sys
char
seq
Std
std-bool
std-dict
std-fs
std-io
std-list
std-math
std-stack
std-string
Functions
[putstrln]
[putstrln]
docstring for 'putstrln' function:
------------
source:
std/io.noc#putstrln
putstr function with newline
(example)
"Hello, World!" putstrln
Output:
Hello, World