[Scilab-users] Weird things with the continuation dots

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Thu Nov 9 09:31:30 CET 2017


Hello,

When I used a script written for 5.4 with 6.0,

I noticed some weird things with the continuation mark "..".
E.g. in 5.4,

"abc...
def"

was OK, it now gives an error ; I have to fix it with
"abc"+...
"def"


Additionally, there should be a space after a * or a / ; *this is not documented*.

This is quite logical as "/." is a different operator.
But "*." Is not an operator.
Only "-." Is documented.

E.g.

--> 5*..
syntax error , unexpected .

--> 5*...
  > 2
Opération indéfinie pour les opérandes données.

--> 5/...
  > 2
 ans  =

   0.4545455

I don't understand the result of this later case.

Everything is fine with a space, e.g. "5* .."

I didn't find anything on Bugzilla with "continuation mark" so should I fill in a form?

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer

Sidel Group
Sidel Blowing & Services
Avenue de la Patrouille de France
CS 60627, Octeville-sur-Mer
76059 Le Havre cedex, France


Tel: 33(0)2 32 85 89 32
Fax: 33(0)2 32 85 91 17

<http://www.sidel.com/>
<mailto:christophe.dang at sidel.com>

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


More information about the users mailing list