help-octave
[Top][All Lists]
Advanced

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

Re: file input question


From: Carlo de Falco
Subject: Re: file input question
Date: Sat, 6 Feb 2010 08:23:25 +0100


On 6 Feb 2010, at 05:13, Liam Groener wrote:

Also, I tried changing my prompt using PS1 = ..., but octave said that PS1 is no longer a built-in variable. How do I change my prompt?

many built-in variables (including PS1) have been changed to functions, so the usage is now
PS1 ( ... )
instead of
PS1 = ...

c.


reply via email to

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