I hav a few fractals that are quite a bit slower than they should be,
because they hav basically the same loop with different constants in
them. If I could initialize variables like this:
note(5)=(4,0),(5,0),
(4,0),
(2,0),
(3,0)
then it would save me from making a long series of conditionals.