From 3f76e4f549b92c1c2588e3852e6b789c3661a526 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 25 May 2023 00:25:50 +0200 Subject: [PATCH] add a.fn(b) syntax to cheat sheet --- docs/syntax_cheat_sheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax_cheat_sheet.md b/docs/syntax_cheat_sheet.md index 52f78a8..1f3b118 100644 --- a/docs/syntax_cheat_sheet.md +++ b/docs/syntax_cheat_sheet.md @@ -75,6 +75,8 @@ + `` (if the name of the variable isn't a value or some other kind of statement) - function call + `( <...>)` + + `(, , <...>)` + + `.(, <...>)` - function definition + `fn ( <...>) ` where `` is ` ` - block