→TAG
Synopsis
Apply a tag to an object
Description
The →TAG
combines a label and a generic object into a tagged object.
Compatibility
→TAG
is not fully equivalent to its userRPL counterpart.
In particular:
→TAG
accepts only strings as labels, while userRPL accepts also identifiers and real numbers.
Usage
Input
4: 3: 2: "Root" 1: '√2' ………………………………………………………………………………………………………… →TAG
Output
4: 3: 2: 1: :Root: '√2' …………………………………………………………………………………………………………