This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " | |
| Usage: | |
| In code: | |
| (tag> value) or (t> form arg1 arg2 ...) to tag a value to stdout. | |
| (tagseq> 20 x) or (ts> 20 form arg1 arg2 ...) to tag a sequence, printing 20 items. | |
| Note: the value of a (tag>) or (t>) or (tagseq>) or (ts>) form is always the complete | |
| value, so it can be inserted into code without a problem. | |
| At the REPL: |
OlderNewer