< Rebol Programming

USAGE:

SCRIPT? value 

DESCRIPTION:

Checks file, url, or string for a valid script header.

SCRIPT? is a native value.

ARGUMENTS

  • value -- (Type: file url string)

SOURCE CODE

script?: native[
    {Checks file, url, or string for a valid script header.} 
    value [file! url! string!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.