Module docgen_sample
Search:
Group by:
Section
Type
Imports
Procs
hello
World
This module is a sample.
Imports
strutils
Procs
proc
helloWorld
(
times
:
int
)
{.
raises
:
[
]
,
tags
:
[
]
.}
Takes an integer and outputs as many "hello world!"s
Source
Edit