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

avatar

You are viewing a single comment's thread:

Have you tried this in the latest version of Chatgpt ? or this is the result of Chatgpt3 ?



0
0
0.000
2 comments
avatar

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.

0
0
0.000