REM Program in True BASIC REM Philip Ham REM pham@kdsi.net REM 406 South Maloney Drive REM North Platte, NE 69101 REM USA REM strange/random attractor generator RANDOMIZE REM setting window coordinates dictates the "zoom" aspect, REM and can be adjusted if you find anything interesting. REM they are not input so as to save time during experimentation LET wx1=-2 LET wx2=2 LET wy1=-2 LET wy2 = 2 SET WINDOW wx1,wx2,wy1,wy2 DO until key input REM pressing the space bar allows for input of new parameters (constants) REM loop until a picture is "pleasing to the eye" or not worth looking at REM capture with screen print or other similar action REM color can be used but generally does not enhance this particular experiment DO REM c1 and c2 are typically 0