Rebol Programming/update

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

USAGE:[edit | edit source]

UPDATE port 

DESCRIPTION:[edit | edit source]

Updates the data related to a port.

UPDATE is a native value.

ARGUMENTS[edit | edit source]

  • port -- (Type: port)

SOURCE CODE[edit | edit source]

update: native[
    "Updates the data related to a port." 
    port [port!]
]