Example

Friendly program

3

NoobMan3 2022-01-19 06:00 (Edited)

Correct inputs are good and not good also there is a little hidden something hint it comes after a question

:).nx | Open in app
2022-01-19 21:43
:).nx | Open in app
2022-01-19 06:00

was8bit 2022-01-19 13:40

Nice first program :)


was8bit 2022-01-20 04:35

But I can see your text ;)

Using this code..

FOR I = 32 TO 91
PRINT STR$(I)+" "+CHR$(I)
WAIT 15
NEXT I

You can better hid things with

IF C$=CHR$(63) THEN PRINT "YOU FOUND THE SECRET


Log in to reply.