汇编语句 汇编语句 不安全的 asm 语句支持将汇编代码直接嵌入到 Nim 代码中。 在汇编代码中引用 Nim 的标识符需要包含在特定字符中,该字符可以在语句的编译指示中指定。默认特定字符是 ‘`‘ : {. push stackTrace : off .} proc addInt ( a , b : int ): int = ...
Testament Running a single test Running a single test suite Selecting tests by pattern Examples Limitations/Bugs Imports Types Vars Procs Methods Macros Templates Sou...