Please, i need your help, I tried this:
write("Write p: ");
readln(p);
p = chomp(p);
writeln("Write q: ");
readln(q);
q = chomp(q);but the result is: Write p: Write q: and doesn't pause to read keyboard input... what's wrong? Thanks in advance!
Please, i need your help, I tried this:
write("Write p: ");
readln(p);
p = chomp(p);
writeln("Write q: ");
readln(q);
q = chomp(q);but the result is: Write p: Write q: and doesn't pause to read keyboard input... what's wrong? Thanks in advance!