Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   QUERY target /mode field

DESCRIPTION

Returns information about a port, file, or URL.

QUERY is an action value.

ARGUMENTS

  • target (port! file! url! block!)

REFINEMENTS

  • /mode -- Get mode information
    • field -- NONE will return valid modes for port type (word! none!)

#SOURCE

query: make action! [  [
    "Returns information about a port, file, or URL."
    target [port! file! url! block!]
    /mode "Get mode information"
    field [word! none!] "NONE will return valid modes for port type"
] ]
Clone this wiki locally