aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-01-01 23:45:00 +0100
committerDrahflow <drahflow@gmx.de>2014-01-01 23:45:00 +0100
commitdef28d4cbac907f45ad083f01a34aca5f1c78fe8 (patch)
treec2fad80cca96c75c0e342d6c2ac09b0144346056 /notes
parent5427dd384017d27dc3f86fc23aa0019a9defe8e7 (diff)
Low-level typing by '' (free ' for day-to-day use)
Diffstat (limited to 'notes')
-rw-r--r--notes4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes b/notes
index f3ce97f..e819731 100644
--- a/notes
+++ b/notes
@@ -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 =