Constants and Constant Expressions Constants and Constant Expressions A constant is a symbol that is bound to the value of a constant expression. Constant expressions are rest...
Do 标记 Do 标记 作为一种特殊的简洁表示法, do 关键字可以用来将匿名过程传递给过程: var cities = @[ "Frankfurt" , "Tokyo" , "New York" , "Kyiv" ] sort ( cities ) do ( x , y : string ) -> ...
Custom annotations Custom annotations It is possible to define custom typed pragmas. Custom pragmas do not affect code generation directly, but their presence can be detected b...
Constants and Constant Expressions Constants and Constant Expressions A constant is a symbol that is bound to the value of a constant expression. Constant expressions are restr...
See also Imports Procs Source Edit Warning: This module was added in Nim 1.6. If you are using it for cryptographic purposes, keep in mind that so far this has not been...