Rebol Programming/do-browser

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
DO-BROWSER code 

DESCRIPTION:

[edit | edit source]

Evaluate browser script.

DO-BROWSER is a native value.

ARGUMENTS

[edit | edit source]
  • code -- (Type: string)

SOURCE CODE

[edit | edit source]
do-browser: native[
  "Evaluate browser script." 
  code [string!]
]