diff options
author | elioat <elioat@tilde.institute> | 2022-12-08 22:57:20 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-08 22:57:20 -0500 |
commit | 783abea5fd1abcaa61573aabe11f01f0f2b28b56 (patch) | |
tree | 53ed28dc5806b2c0d4c389685c66a79448f610c4 /src | |
parent | d75bb5b8b7ad4aa2b289482d10fa07a26ee65721 (diff) | |
download | december-2022-783abea5fd1abcaa61573aabe11f01f0f2b28b56.tar.gz |
emacs is weird ya'll
Diffstat (limited to 'src')
-rw-r--r-- | src/tmp.lil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmp.lil b/src/tmp.lil index 2954867..25481ac 100644 --- a/src/tmp.lil +++ b/src/tmp.lil @@ -45,4 +45,4 @@ end breakfast: insert food:("Eggs","Pancakes","Grapefruit") quantity:(3,4,1) tasty:(1,1,0) into 0 # NOTE, 0 here could also be the name of the variable, so, in this example, breakfast -show[breakfast] \ No newline at end of file +show[breakfast] |