PPT Slide
A simple example
A program to provide character echo: input character from keyboard and output character on display
repeat
parbegin
out:= in;
output (out, display);
input (in, keyboard)
parend
This program will
work or not depending
on the sequence the
concurrent operations
take place
(copy is wrong)
Previous slide
Next slide
Back to first slide
View graphic version