I needed to do a sanity check to understand why the CIRCLE statement is so 
slow compared to a custom subroutine (creating circles with triangles) to 
create circles filled in with color.

The interpreter I'm using does not allow variables in the screen statement, 
and I couldn't be bothered setting up that ability.

To the rescue: TiddlyWiki scripting to generate the code at runtime.



```
<$list variable="thisScreen" filter="[range[0,2]] [range[7,21]]">
screen _newimage(200,200,<<thisScreen>>)
locate 1,1 : print "screen mode: " + <<thisScreen>>
circle (100,100), 75
_delay 2
</$list>
```

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fbf0add8-9d55-4a3d-b043-884b47d946b7n%40googlegroups.com.

Reply via email to