From abf250d1efb699ca0bfedc62c5ba1278c08fc32d Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 7 Jan 2013 15:30:21 +0100 Subject: Structs and scopes now inseparable --- examples/working/hash-set.ey | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/working/hash-set.ey (limited to 'examples/working') 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 -- cgit v1.2.3