From: Ian L. <dr...@gm...> - 2007-01-29 18:46:23
|
All, I've made an update to the trunk, for anyone keeping track. I added a list notation for setting the contents of arrays and for the poly command. It works like this: rem Array initialization dim a(9) a = {1,2,3,4,5,6,7,8,9} rem new Poly command poly {10,10,20,20,10,30} The old poly command still works as always. This will be included in release 0.9.2. -Ian |