I have a variable that is for example representing 4 then using this script instead of getting lower it gets higher and if I use * instead scratch gets an error.
<forever>
<change{ Variable }by( (( <{ Variable }> </> 10 )) )
<end>
Offline
The above comments are correct... However, one neat thing to do, is to add:
<pen down>
<go to x
(( <x position> <+> 1 )) )y
<{ Variable }> )>
[/blocks]
To your script, to plot a cool logarithmic curve.
Offline