From: Mike D. Lowis Date: Tue, 6 Mar 2012 01:51:37 +0000 (-0500) Subject: Implemented hash map syntax X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e278be3f88f9eaded7ac8e397ba641772d117015;p=archive%2Fdlang.git Implemented hash map syntax --- 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),