tranleduy2000 / pascalnide

Pascal Compiler for Android
92 stars 25 forks source link

Command sound / nosound don't work #24

Open rodrigo-caixeta-mobdiq opened 6 years ago

rodrigo-caixeta-mobdiq commented 6 years ago

Hi, this program don't work correctly:

program test; uses crt; begin writeln('hello world');

sound(440);
readkey;
nosound;

sound(880);  
readkey;
nosound;

writeln('end');

end.

My phone: Android Google Pixel