Richard Russell's Scarab demo produces some fairly intricate output for a small program: see this thread for example output.
The code is quite simple:(Owlet link)
On BBC Micro and RISC OS BBC BASIC, this code fails fairly quickly with "Accuracy Lost". Is there any way to work around that?
The code is quite simple:
Code:
MODE 0VDU29,640;200;FOR Z% = 0 TO 200000z = z+3.14x = x-COS(z * z)y = y-SIN(z * z)PLOT 69,4*x,4*yPLOT 69,-4*x,4*yNEXT
On BBC Micro and RISC OS BBC BASIC, this code fails fairly quickly with "Accuracy Lost". Is there any way to work around that?
Statistics: Posted by scruss — Tue Jan 14, 2025 12:12 am