Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/context

From Wikibooks, open books for an open world
<Rebol Programming
This page may need to bereviewed for quality.

USAGE:

[edit |edit source]
CONTEXT blk

DESCRIPTION:

[edit |edit source]

Defines a unique (underived) object.

CONTEXT is a function value.

ARGUMENTS

[edit |edit source]
  • blk -- Object variables and values. (Type: block)

SOURCE CODE

[edit |edit source]
context: func [    "Defines a unique (underived) object."     blk [block!] "Object variables and values."][    make object! blk]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/context&oldid=3352667"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp