Index
Tables

Table

Table ->table

Description

Creates a Table and populates it with the contents of the ENTIRE stack. The entire contents of the stack will be added to a newly created table. The stack will be treated as pairs of data consisting of strings and values.

Examples

Table("A" 1 "B" 2 "C" 3) ->table

Index