From 5fd8c4598e795c0a13fc75c43daad47a5af35181 Mon Sep 17 00:00:00 2001 From: diemheych <100515426+diemheych@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:41:11 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fd3ed1..1c5c105 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The additional words are summarised below. - atan: return the arctangent of n (n) - circle: draw a circle (x y radius) - cls: clears the text and graphics (GROB 0) screens -- col: set the current colour +- col: set the current colour (n) - cos: return the cosine of n (n) - dump: dump contents of stack to terminal window - fillrect: draw a filled rectangle (x y w h) @@ -55,4 +55,4 @@ The additional words are summarised below. - sleep: pause program for a number of milliseconds (n) Graphics commands use Prime pixel co-ordinates where 0,0 is the top left of the screen. -Scaled pixel commands double or quadruple the pixel size and similarly scale x and y by the same amount (for example, Snake game uses pixon4 and getpix4). +Scaled pixel commands double or quadruple the pixel size and similarly scale x and y down by the same amount (for example, Snake game uses pixon4 and getpix4).