doc/docgen_sample
Dark Mode
Manual
Style guide
Contribution guide
Standard library
Index
Compiler docs
Search:
Procs
helloWorld
helloWorld(times: int)
Source
Edit
This module is a sample.
Procs
proc
helloWorld
(
times
:
int
)
{.
...
raises
:
[
]
,
tags
:
[
]
.}
Takes an integer and outputs as many indented "hello world!"s
Source
Edit