User Tools

Site Tools


4rpl:commands:createtable

Index
Tables

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.txt · Last modified: 2021/03/05 10:05 by Karsten75