diff options
| author | Drahflow <drahflow@gmx.de> | 2014-01-01 23:45:00 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-01-01 23:45:00 +0100 |
| commit | def28d4cbac907f45ad083f01a34aca5f1c78fe8 (patch) | |
| tree | c2fad80cca96c75c0e342d6c2ac09b0144346056 /notes | |
| parent | 5427dd384017d27dc3f86fc23aa0019a9defe8e7 (diff) | |
Low-level typing by '' (free ' for day-to-day use)
Diffstat (limited to 'notes')
| -rw-r--r-- | notes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ dup = _ A->int B->int add -> B->A->int A->int A->int add -> A->int -# argument order to ' is from stack-top to stack-lower -[ 1 2 3 ] [ /foo /bar /quux ] { defv }' [ "" 1 ] [ ] ' * +# argument order to '' is from stack-top to stack-lower +[ 1 2 3 ] [ /foo /bar /quux ] { defv }' [ "" 1 ] [ ] '' * = Characters = |
