< Rebol Programming

USAGE:

UPDATE port 

DESCRIPTION:

Updates the data related to a port.

UPDATE is a native value.

ARGUMENTS

  • port -- (Type: port)

SOURCE CODE

update: native[
    "Updates the data related to a port." 
    port [port!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.