Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/unique

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

USAGE:

[edit |edit source]
UNIQUE set /case /skip size

DESCRIPTION:

[edit |edit source]

Returns a set with duplicate values removed.

UNIQUE is a native value.

ARGUMENTS

[edit |edit source]
  • set -- (Type: series)

REFINEMENTS

[edit |edit source]
  • /case -- Use case-sensitive comparison
  • /skip -- Treat the series as records of fixed size
    • size -- (Type: integer)

SOURCE CODE

[edit |edit source]
unique: native[    "Returns a set with duplicate values removed."     set [series!]     /case "Use case-sensitive comparison"     /skip "Treat the series as records of fixed size"     size [integer!]]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/unique&oldid=3353168"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp