2015-06-29 55 views

回答

4

此上下文中的感嘆號是創建標識符的宏語法。 Here是定義:

proc `!`(s: string): NimIdent {.magic: "StrToIdent", noSideEffect.} 

構建從字符串s

的標識符