attribute (attribute --)attribute: Known Text attribute string.attribute consumes one known Text attribute string and produces no value.
No local, field, or declaration-modifier state is created by the builtin itself.
{} 0 {} [
1 "demo" attribute
printStack _:;
0
] "main" exportFunction
1
& builtin (prefix suffix -- text) Concatenates two known Text values.LF builtin (-- lineFeed) Pushes a line-feed Text constant.textSize builtin (text -- size) Returns the UTF-8 code-unit (byte) count of a Text value as known or unknown Natx; known NIL text is invalid.textSplit builtin (text -- characterList) Splits known Text by decoded UTF-8 characters into one-character Text items. Empty text yields the empty Tuple ().