Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/skip

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

USAGE:

[edit |edit source]
SKIP series offset

DESCRIPTION:

[edit |edit source]

Returns the series forward or backward from the current position.

SKIP is an action value.

ARGUMENTS

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

SOURCE CODE

[edit |edit source]
skip: native[    {Returns the series forward or backward from the current position.}     series [series! port!]     offset [number! logic! pair!] "Can be positive, negative, or zero."]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/skip&oldid=3353063"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp