From 9ee42880a365130ec3280f956ce222a79b98e3c7 Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Thu, 4 Sep 2025 11:54:29 +0000 Subject: [PATCH] typo --- array.bas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/array.bas b/array.bas index f48350a..7524e7c 100644 --- a/array.bas +++ b/array.bas @@ -25,6 +25,4 @@ SUB refer(chars AS UByte, pointer AS UInteger) PRINT CHR$(PEEK (pointer + i));" "; NEXT i PRINT -END SUB - -37568 \ No newline at end of file +END SUB \ No newline at end of file