is it possible to end actions that are happening? example:
repeat
writeln('example');
until c=1; {the c is an example. im asking if it would be possible to change c to something like 'until readkey'}
readkey doesnt work. i hope you can understand what im tring to ask here. like the loop will keep on going unless a key is pressed or enter or something.