Update CHEATSHEET.md

This commit is contained in:
Mike Gran 2021-02-10 11:18:43 -08:00 committed by GitHub
parent 4e65245c8d
commit fe81ac73cc
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -104,6 +104,8 @@ a target file, based on the filename extensions.
- anything whose string representation as created by
(format #f "~A" ...) make sense
Any procedures are applied lazily, when the rule is executed.
(~ "string" (lambda () "string") ($ KEY) $@ 100 )
Three versions of `~` with special effects