Stop in for a cup of coffee

001 x=rnd
002 y=rnd
003 p.x,y
004 go to 001
Run
That little bit of code is the basis of LOTS of random number games. Any kind of program that use random anything, uses something like that...I would start using line 10, then 20, and so on, so I could add code in between the existing. Like line 11, 23, and so on...