From 6c659ee621765602de260b478b109155ca22f876 Mon Sep 17 00:00:00 2001 From: dtb Date: Fri, 9 Dec 2022 21:05:38 -0500 Subject: [PATCH] add more readme stuff --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69ffb0d..01fd0be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Public domain. 2022 DTB. ## true(1) ``` -^ ; initialize hand to 0 +; initialize hand to 0 +^ + ; set the chart pointer to 0 - this destroys the chart ; and the program exits with the value of the hand * @@ -24,8 +26,8 @@ Public domain. 2022 DTB. ## Hello world: ``` -; the <.> construct uses '<' to store the next value literally into state, -; does so, and uses '>' to output state literally +; the <.> construct uses '<' to literally 'palm' the next value +; (store into hand), does so, and uses '>' to 'toss' (output hand's value) <,>< >< >^* ```