Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/has

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

USAGE:

[edit |edit source]
HAS locals body

DESCRIPTION:

[edit |edit source]

A shortcut to define a function that has local variables but no arguments.

HAS is a function value.

ARGUMENTS

[edit |edit source]
  • locals -- (Type: block)
  • body -- (Type: block)

SOURCE CODE

[edit |edit source]
has: func [    {A shortcut to define a function that has local variables but no arguments.}     locals [block!]     body [block!]][function [] locals body]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/has&oldid=3578283"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp