Rebol Programming/set-user-name

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

USAGE:[edit | edit source]

SET-USER-NAME str 

DESCRIPTION:[edit | edit source]

Set the user name in system/user/name

SET-USER-NAME is a function value.

ARGUMENTS[edit | edit source]

  • str -- (Type: string)

SOURCE CODE[edit | edit source]

set-user-name: func [str [string!]][system/user/name: str]