aboutsummaryrefslogtreecommitdiff
path: root/doc/execution.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/execution.md')
-rw-r--r--doc/execution.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/execution.md b/doc/execution.md
index d9e8217..bf0d524 100644
--- a/doc/execution.md
+++ b/doc/execution.md
@@ -87,6 +87,34 @@ construct as result an objects resembling the input. If some elements are less-d
0000000000000003
0000000000000004
]
+ [ [ 1 2 3 ] [ 4 5 6 ] ] 3 add dump
+ [
+ [
+ 0000000000000004
+ 0000000000000005
+ 0000000000000006
+ ]
+ [
+ 0000000000000007
+ 0000000000000008
+ 0000000000000009
+ ]
+ ]
+ [ 1 0 2 0 ] [ [ 1 2 3 4 ] [ 5 6 7 8 ] ] mul dump
+ [
+ [
+ 0000000000000001
+ 0000000000000000
+ 0000000000000006
+ 0000000000000000
+ ]
+ [
+ 0000000000000005
+ 0000000000000000
+ 000000000000000E
+ 0000000000000000
+ ]
+ ]
|not |not add _ ==f dump
<function: 00006000006A1770>
1 f * dump