Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/while

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

USAGE:

[edit |edit source]
WHILE cond-block body-block

DESCRIPTION:

[edit |edit source]

While a condition block is TRUE, evaluates another block.

WHILE is a native value.

ARGUMENTS

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

SOURCE CODE

[edit |edit source]
while: native[    {While a condition block is TRUE, evaluates another block.}     cond-block [block!]     body-block [block!]]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/while&oldid=3353199"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp