[Scilab-users] [a, ,c] = ... : skipping a recipient

Jan-Åge Langeland j-lan at online.no
Mon Apr 11 15:10:32 CEST 2016


On 11.04.2016 07:27, Samuel Gougeon wrote:
> Hello,
>
> With Scilab 6, [a, ,c] = (%pi, %z, "Text") sets c = %z  instead of  c 
> = "Text".
> Is it expected, or is it a bug?
> Is there a way to skip a recipient with respect to its source?
>
> Samuel
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

Some surprises here:

--> [a]=(1,2,3)
  a  =
    1.

--> [[],[],b]=(1,2,3)
  b  =
    3.

unknown script form

-->a=(1,2,3) //Crashes Scilab 6.0.0-beta-1

Jan Å
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160411/3ac1f95c/attachment.htm>


More information about the users mailing list