I represented
into blocks, without using the blocks below!
(atan2 () / ()) (() input names: ((parameter)) @delInput @addInput :: gray ring)
Block
Example
![]()
I represented
into blocks, without using the blocks below!
(atan2 () / ()) (() input names: ((parameter)) @delInput @addInput :: gray ring)
![]()
Why are you using implicit parameters?
I am using the traditional Snap! form to make it.
(() input names: ((x)) ((y)) @delInput @addInput)
is equivalent to
({script variables ((x)) ((y)) @delInput @addInput
set [x V] to []
set [y V] to []} @addInput)
But I thought (() input names: ((x)) ((y))@<>) was a standard Snap! form!
Normally, Snap! used blank inputs for parameters. But it advanced to input names.
There is no standard form. In fact, it’s more common to use the implicit form (blank values) when each variable is used once, and the explicit form for cases like this where you use the variables multiple times.
Okay, it seems I shouldn’t use terms like “Without using explicit form”…
Snap! has had both explicit & implicit parameters since release.
Okay, then. We should stop the war (Or something like that).
this isn’t an online war, they were just giving a suggestion ![]()