Closed idupree closed 11 years ago
(tested to not to change the current behavior:
hcl> ~[] [ReferenceError unquote is not defined] hcl> `[] [SyntaxError Unexpected token )] hcl> '[] [ReferenceError list is not defined]
Thanks this was actually removed in a later version.
(tested to not to change the current behavior:
hcl> ~[] [ReferenceError unquote is not defined] hcl> `[] [SyntaxError Unexpected token )] hcl> '[] [ReferenceError list is not defined]