String type String type All string literals are of the type string. A string in Nim is very similar to a sequence of characters. However, strings in Nim are both zero-terminate...
String type String type All string literals are of the type string. A string in Nim is very similar to a sequence of characters. However, strings in Nim are both zero-terminat...
Header pragma Header pragma The header pragma is very similar to the nodecl pragma: It can be applied to almost any symbol and specifies that it should not be declared and inst...
Modules Import statement Include statement Module names in imports Collective imports from a directory Pseudo import/include paths From import statement Export statement ...
used pragma used pragma Nim produces a warning for symbols that are not exported and not used either. The used pragma can be attached to a symbol to suppress this warning. This...
MathML Examples Imports Consts Procs Macros Source Edit Do yourself a favor and import the module as from htmlgen import nil and then fully qualify the macros. Note:...