diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-07 15:30:21 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-07 15:30:21 +0100 |
| commit | abf250d1efb699ca0bfedc62c5ba1278c08fc32d (patch) | |
| tree | 52754094f5dd5fde54b6aa22570baea63f7d465b /examples/working | |
| parent | e816e6bbbfe03b0ab15344155250ced004a7f924 (diff) | |
Structs and scopes now inseparable
Diffstat (limited to 'examples/working')
| -rw-r--r-- | examples/working/hash-set.ey | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/working/hash-set.ey b/examples/working/hash-set.ey new file mode 100644 index 0000000..acd9e75 --- /dev/null +++ b/examples/working/hash-set.ey @@ -0,0 +1,8 @@ +< { defv }' /put deff > =hashSet + +1 /one hashSet .put +2 /two hashSet .put + +hashSet .one dump +hashSet .two dump +hashSet keys dump |
