Re: Whats wrong with: ##(0@0)
Posted by
Yar Hwee Boon-3 on
Jul 19, 2004; 4:43am
URL: https://forum.world.st/Whats-wrong-with-0-0-tp3371009p3371010.html
Try searching for "compile time expression" in the archives.
--
Regards
Hwee Boon
MotionObj
On Mon, 19 Jul 2004 14:28:00 +1000, Sean Malloy
<
[hidden email]> wrote:
> Is it a dolphin specific shortcut to adding points to an array, rather
> than:
>
> ^Array with: 0@0 with: 1@2 with: 2@3
>
> you can write
>
> ^#(##(0@0) ##(1@2) ##(2@3))
>
> or something?