Skip to content
angerangel edited this page Dec 14, 2012 · 1 revision

Table of Contents

USAGE

  AJOIN block

DESCRIPTION

Reduces and joins a block of values into a new string. AJOIN is a native value.

ARGUMENTS

  • block (block!)

SOURCE

ajoin: make native! [  [
    {Reduces and joins a block of values into a new string.}
    block [block!]
] ] 
Clone this wiki locally