CR move text up (2)
if the following are true:
- value of cell 27 at time t = 1
- value of cell (10 + (number of characters read at t)) at time t = 13
- cursor y at time t = 11
then display text at x: x, y: y, and time: (t + 1) = display text at x: x, y: (y + 1), and time: t
Comments
Please log in to add comments