help-octave
[Top][All Lists]
Advanced

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

Re: Octave language incompatibility problem


From: Martin Helm
Subject: Re: Octave language incompatibility problem
Date: Sat, 24 Dec 2011 13:08:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111219 Thunderbird/9.0

Am 24.12.2011 12:28, schrieb Doug Stewart:
>
> But
>  if(i>=2) hold('on') ; end;
>
> does work, but I don't see this form in the help message.
> tested on octave 3.5.91
> Doug
>
Also with an extra ; to force the "hold on" to be interpreted as an
extra command line

if (i>2); hold on; end

it works (tested on 3.4.3)



reply via email to

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