You are viewing a single comment's thread from:

RE: Coding Session with ChatGPT: Writing a Commodore 64 hello world program in C64 Basic and ChatGPT did the following mistake

in STEMGeeks2 years ago

This is ChatGPT 3.5 still, tested it with Bing Chat now:

10 PRINT "HELLO WORLD"
20 POKE 53281,RND(1)*16
30 GOTO 10

Interesting, but still not optimal. RND is quite an overkill, slow.

Sort:  

Nothing is perfect :P