nodecl pragma nodecl pragma The nodecl pragma can be applied to almost any symbol (variable, proc, type, etc.) and is sometimes useful for interoperability with C: It tells Nim...
NoDecl pragma NoDecl pragma The noDecl pragma can be applied to almost any symbol (variable, proc, type, etc.) and is sometimes useful for interoperability with C: It tells Ni...
Multiline comments Multiline comments Starting with version 0.13.0 of the language Nim supports multiline comments. They look like: #[Comment here. Multiple lines are no...
CodegenDecl pragma CodegenDecl pragma The codegenDecl pragma can be used to directly influence Nim’s code generator. It receives a format string that determines how the variab...
Pre-defined floating-point types Pre-defined floating-point types The following floating-point types are pre-defined: float the generic floating-point type; its size used to ...