Hacker News new | ask | show | jobs
by neovive 4394 days ago
I remember making these kinds of songs in BASIC. Very fun!
1 comments

I remember in PASCAL with the sound() function:

  sound(100);
  delay(3000);
  nosound;