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 mistakeView the full contextitwithsm (71)in STEMGeeks • 2 years ago Have you tried this in the latest version of Chatgpt ? or this is the result of Chatgpt3 ?
This is ChatGPT 3.5 still, tested it with Bing Chat now:
<pre><code>10 PRINT "HELLO WORLD" 20 POKE 53281,RND(1)*16 30 GOTO 10 <p dir="auto">Interesting, but still not optimal. RND is quite an overkill, slow.Nothing is perfect :P