I thought Jürgen fixed that? The cuase was apparently my misunderstanding
of how the GNU APL Simple_string works.
Regards,
Elias
On 29 August 2017 at 03:45, Ala'a Mohammad wrote:
> Hi,
>
> Trying to reduce the steps above to 'define, save, define' gives the
> same thing above. This only happens
Hi Fred,
Rational. and non-rational numbers use the same Cell type
(FloatCell).
Non-Rational numbers have a denominator = 0 and store their
value in value.fval.u1.flt (which is a double in
union u1)
Rational numbers have a denominator >= 1 and stor
Hi Elias,
not really. I am only fetching your emacs code from time to time.
I can't test it because I am on vi.
Best Regards,
Jürgen
On 08/30/2017 10:25 AM, Elias Mårtenson
wrote:
I thought Jürgen fixed that? The
Hi,
I have finished the first version of a new command named ]DOXYin
SVN 1005.
The ]DOXY command dumps the current workspace into
several, hyper-linked
.html files for the purpose of documenting the workspace.
Similar to Doxygen,