Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/maximum

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

USAGE:

[edit |edit source]
MAXIMUM value1 value2

DESCRIPTION:

[edit |edit source]

Returns the greater of the two values.

MAXIMUM is an action value.

ARGUMENTS:

[edit |edit source]
  • value1 -- (Type: number pair char money date time tuple series)
  • value2 -- (Type: number pair char money date time tuple series)

SOURCE CODE

[edit |edit source]
maximum: native[    "Returns the greater of the two values."     value1 [number! pair! char! money! date! time! tuple! series!]     value2 [number! pair! char! money! date! time! tuple! series!]]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/maximum&oldid=3352882"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp