| When getting hash vals, I find the "!" a bit harsh on the eyes. Could we possibly use "." instead? It appears "." has a different use, but I can't figure out what it is. E.g., (= a {a 1 b 3}) ; using aw's {} syntax for objs a.a => nil a.b => Error: "reference to undefined identifier: _b" Could someone please enlighten me as to what the period is doing there? |