User Tools

Site Tools


4rpl:commands:createtable

This is an old revision of the document!


Index

CreateTable

createTable ->table

Description

Creates an empty table and pushes it to the stack. Tables are Dictionaries that map string keys to values.

Examples

createTable ->table
1 ->table{"Larry"}
4 ->table{"Moe"}
9 ->table{"Curly"}
trace(<-table)

Index

4rpl/commands/createtable.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)