💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
Haxe语法支持下面的常量: > The Haxe syntax supports the following constants: **Int**:一个整型(第2.1.1节),例如0,1,97121,-12, 0xFF0000 。 **Float**:一个浮点数(第2.1.1节),如0.0,1.,.3,-93.2 。 **String**:一个字符串(第10.1节),如"",“foo”,'','bar' 。 **true,false**:一个布尔值 **null**:null值 > **Int**: An integer (2.1.1), such as 0, 1, 97121, -12, 0xFF0000. > **Float**: A floating point number (2.1.1), such as 0.0, 1., .3, -93.2. > **String**: A string of characters (10.1), such as "", "foo", ’’, ’bar’. > **true,false**: A boolean (2.1.4) value. > **null**: The null value. 此外,内部的语法结构将标识符作为常量,可能在使用宏(第9章)时是相关的。 > Furthermore, the internal syntax structure treats identifiers (5) as constants, which may be relevant when working with macros (9).