ON SCROLL {UP ROW|DOWN ROW|LEFT COLUMN|RIGHT COLUMN} GOSUB [label]
This command is used to force a unconditional jump with returning to a pre-defined position when the screen is scrolled down by an entire row or column.
ON SCROLL UP ROW GOSUB scrolledAway
ONSCROLL..GOSUB
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!