From 5840c5ed658604682e79158890cb589228ce2aeb Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Mon, 5 Mar 2012 20:52:42 -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 3661b74..c3a4a72 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