[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help =
From: |
John W. Eaton |
Subject: |
help = |
Date: |
Mon, 2 Aug 1999 00:12:47 -0500 (CDT) |
On 27-Jul-1999, address@hidden <address@hidden> wrote:
| You can get one-liners describing Octave operators as follows:
|
| help +
| help \
|
| etc. But not these two:
|
| help =
| help ==
|
| each of which not only fails to work but kills the help command.
The problem is probably that Octave's parser is trying to allow things
like
help = 1.234567;
to work, but it is not doing a complete job. For now, you might try
help + =
or some other combination that avoids placing `=' as the first token
after `help'.
BTW, please report bugs to the bug-octave mailing list.
Thanks,
jwe
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |