diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 00:26:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 00:26:42 -0700 |
commit | 9377cb7c96a54da21027a2c821e8cfabbe2c696e (patch) | |
tree | e265803e54da1e2ab41cf11e71d973b93b832984 /tutorial | |
parent | 53e9fdd3700f27c24f2968e6bc83483fec77df41 (diff) | |
download | mu-9377cb7c96a54da21027a2c821e8cfabbe2c696e.tar.gz |
tutorial: point at vocabulary.md
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index 745737a6..9cea483c 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -497,3 +497,6 @@ to make your programs easier to understand. Another thing to notice in this program is the commas. Commas are entirely optional in Mu, and it can be handy to drop them selectively to group arguments together. + +This is a good time to skim [Mu's vocabulary of functions for pixel graphics](https://github.com/akkartik/mu/blob/main/vocabulary.md#pixel-graphics). +They're fun to play with. |