Hacker News new | ask | show | jobs
by filipedeschamps 4398 days ago
I remember in PASCAL with the sound() function:

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