Commodore 64 Basic oneliner Waves
A oneliner that you encounter on the internet in many different versions is the effect of creating waves.
Using the Petscii characters and the print command it created the effect of a wave on the screen.
Here the multiline version first using the chr$ function which makes it more ease to copy the code into Vice emulator or type it in on the Commodore 64 directly.
10?chr$(175)+chr$(114)+chr$(102)+chr$(96)+chr$(100)+chr$(101)+chr$(183);
20 ?chr$(101)+chr$(100)+chr$(96)+chr$(102)+chr$(114)+chr$(175);
30 goto 10
Second as shown in the short video the oneliner. If you want to type it on the commodore keyboard you need the {SHIFT-KEY} or {COMMODORE-KEY} in combination with the keys to get the appropriate Petscii characters.
10 print "{C= + P} + {Shift + RFCDE} + {C=+Y} + {SHIFT+ EDCFR} + {C= + P}";:goto 10
Whereby {C=+P} means : hold the commodore key in combination with the "P"
and {Shift + ...} means: hold the shift-key while pressing the letters
On this page of the site you can watch the video online Commodore 64 Basic one-liner Waves with a duration of hours minute second in good quality, which was uploaded by the user Just for the Fun of It – Commodore Retro & BASIC 17 January 2022, share the link with friends and acquaintances, this video has already been watched 788 times on youtube and it was liked by 17 viewers. Enjoy your viewing!