Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/at

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

USAGE:

[edit |edit source]
AT series index

DESCRIPTION:

[edit |edit source]

Returns the series at the specified index.

AT is an action value.

ARGUMENTS

[edit |edit source]
  • series -- (Type: series port)
  • index -- Can be positive, negative, or zero. (Type: number logic pair)

SOURCE CODE

[edit |edit source]
at: native[    "Returns the series at the specified index."     series [series! port!]     index [number! logic! pair!] "Can be positive, negative, or zero."]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/at&oldid=3352605"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp