Many different value types

    Literal (unbound) words:
        'I-am-a-word

    Text (character strings):
        "I am a string"
        {I am
        a multi-line text}

    Blocks of other values:
        [a-word 9 [nested block]]

    Value assignment through set-words:
        I-am-a-set-word: ["I am a string in a block"]

[probe a-word: [a-symbol "text" "" 9 12.0 + - * / () [] true false none %a-file.txt a/path]]

Run example  Page record  Next