Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
( new$hash:?myhash
|
||||
& (myhash..insert)$(title."Some title")
|
||||
& (myhash..insert)$(formula.a+b+x^7)
|
||||
& (myhash..insert)$(fruit.apples oranges kiwis)
|
||||
& (myhash..insert)$(meat.)
|
||||
& (myhash..insert)$(fruit.melons bananas)
|
||||
& (myhash..remove)$formula
|
||||
& (myhash..insert)$(formula.x^2+y^2)
|
||||
& (myhash..forall)
|
||||
$ (
|
||||
= key value
|
||||
. whl
|
||||
' ( !arg:(?key.?value) ?arg
|
||||
& put$("key:" !key "\nvalue:" !value \n)
|
||||
)
|
||||
& put$\n
|
||||
)
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue