Rebol 编程/查询
外观
< 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"
]