跳转到内容

Rebol 编程/new-line?

来自维基教科书,开放的书籍,用于开放的世界
NEW-LINE? block 

返回块中换行符标记的状态。

NEW-LINE? 是一个本机值。

  • block -- 块中用于检查标记的位置 (类型:块)

源代码

[编辑 | 编辑源代码]
new-line?: native[
    {Returns the state of the new-line marker within a block.} 
    block [block!] "Position in block to check marker"
]
华夏公益教科书