Family: Core · One form
NoiseX takes x (a float), and answers a float.
NoiseX
x
NoiseX(x float) → float
float
DO Print(NoiseX(100.0)) Sync()LOOP
NoiseX is called and its answer is printed every frame. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.
DO … LOOP
Sync()
200 commands in Core