help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: continuation?


From: Vic Norton
Subject: Re: continuation?
Date: Wed, 12 Feb 2014 09:57:44 -0500

Ah hah! Thanks guys!
   octave> x = [1 2 3 ...
   > 4 5 6]
looks much better!

I guess I'll just have to go through a lot of my code replacing
backspace continuations.

On Feb 12, 2014, at 8:20 AM, Vic Norton <address@hidden> wrote:

> What is the new continuation character? Please don't tell me that no
> command or assignment will be allowed to take up more than one line.
> 
> Octave 3.6.4
> octave> x = [1 2 3 \
>> 4 5 6]
> x =
> 
>   1   2   3   4   5   6
> 
> Octave 3.8.0
> octave-cli-3.8.0> x = [1 2 3 \
> warning: using continuation marker \ outside of double quoted strings is
> deprecated and will be removed in a future version of Octave
>> 4 5 6]
> x =
> 
>   1   2   3   4   5   6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]