Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/lua/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
对Lua的一部分感到困惑,参考手册词汇约定_Lua_Reference_Manual - Fatal编程技术网

对Lua的一部分感到困惑,参考手册词汇约定

对Lua的一部分感到困惑,参考手册词汇约定,lua,reference,manual,Lua,Reference,Manual,我只是想知道lua参考5.4参考手册是什么意思 以下字符串表示其他标记: + - * / % ^ # & ~ | << >> // == ~= <= >= < > = ( ) { } [ ] :: ; : , . .. ..

我只是想知道lua参考5.4参考手册是什么意思

以下字符串表示其他标记:

 +     -     *     /     %     ^     #
 &     ~     |     <<    >>    //
 ==    ~=    <=    >=    <     >     =
 (     )     {     }     [     ]     ::
 ;     :     ,     .     ..    ...
+-*/%^#
&     ~     |     >    //
==    ~=    =    <     >     =
(     )     {     }     [     ]     ::
;     :     ,     .     ..    ...

这些标记也是特殊的关键字。在此之前,Lua手册讨论了变量和保留关键字。因为这些标记不包含字母,所以它们没有列在保留关键字中,所以它称它们为“其他标记”