< Rebol Programming

USAGE:

DO-BROWSER code 

DESCRIPTION:

Evaluate browser script.

DO-BROWSER is a native value.

ARGUMENTS

  • code -- (Type: string)

SOURCE CODE

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.