From e278be3f88f9eaded7ac8e397ba641772d117015 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Mon, 5 Mar 2012 20:51:37 -0500 Subject: [PATCH] Implemented hash map syntax --- example.dl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example.dl b/example.dl index c3a4a72..3661b74 100644 --- a/example.dl +++ b/example.dl @@ -41,11 +41,11 @@ foo = "12345"[2] foo = $some_symbol # MAP -foo = { - $foo : 1 + 1, - $bar : 2 + 2, - $stuff : 3 + 3 -} +#foo = { +# $foo : 1 + 1, +# $bar : 2 + 2, +# $stuff : 3 + 3 +#} #% if [ # (Ex Bk) : exec_if($1, $2), -- 2.52.0