From 4e65245c8d9d973ef2dd01ea1c7494595a2de55f Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Wed, 10 Feb 2021 10:37:03 -0800 Subject: [PATCH] Update CHEATSHEET.md --- CHEATSHEET.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHEATSHEET.md b/CHEATSHEET.md index f8c5d1b..c568e04 100644 --- a/CHEATSHEET.md +++ b/CHEATSHEET.md @@ -24,6 +24,7 @@ are syntax that add quotation marks around `key`, so you call them without the q `key`. The returned value of `$` is a string, or an empty string on failure. ($ KEY) -> "VAL" + (Q KEY) -> "\"VAL\"" ($ key [transformer]) Look up `key` in the `%makevars` hash table and return the result