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