跳转到内容

Rebol 编程/查询

来自维基教科书,开放世界中的开放书籍
QUERY target /clear 

返回有关文件或 URL 的信息。

QUERY 是一个本机值。

  • 目标 -- (类型:文件 URL 块 端口 对象)
  • /clear -- 清除目标对象的修改状态

源代码

[编辑 | 编辑源代码]
query: native[
    "Returns information about a file or URL." 
    target [file! url! block! port! object!] 
    /clear "Clear modified state of target object"
]
华夏公益教科书