变化日志
1.3 (WIP)
- 添加如下标准库函数
mathCeil
stringSplit
stringSubByLength
stringSubByIndex
contentAddHorizontalRule
readerSetPinned
readerUnsetPinned
readerSetStateDesc
readerUnsetStateDesc
canvasCreate
canvasOutput
canvasClear
canvasPutImage
canvasPutImagePart
canvasSetFont
canvasSetFillStyle
canvasFillText
canvasFillRect
canvasSetStrokeStyle
canvasSetLineWidth
canvasStrokeText
1.2
- 允许一个变量存储多个类型的值
- 添加
while
支持 - 添加
if
支持 - 添加
null
的变量类型 - 添加如下标准库函数
contentAddTable
listFilter
listSplice
listSlice
listLength
listIndexOf
listIncludes
listFindIndex
stringFormatNumberFixed
stringFormatNumberPrecision
- 添加如下操作符
.:
:.
- 添加函数创建语法糖
$
- 添加
function switch
语法糖 - 添加函数 Action 支持
1.1
- 添加
list
支持 - 添加
function
支持 - 存储
selection
的变量类型由selection
变为action
- 为了向前兼容,目前
selection
为action
的 alias,并且将在下一个大版本移除
- 为了向前兼容,目前
- 添加
switch
支持 - 添加标准库
- 添加如下操作符
::
.
.?
?.
?.?
**
?!
??
|>
|::