emacs-orgmode
[Top][All Lists]
Advanced

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

Re: LIterate programming with calc (help)


From: Fraga, Eric
Subject: Re: LIterate programming with calc (help)
Date: Mon, 24 Oct 2022 15:25:24 +0000
User-agent: Gnus/5.13 (Gnus v5.13)

On Monday, 24 Oct 2022 at 13:26, Ypo wrote:
> Why do you think it doesn't work something more human readable like this?
>
> #+begin_src calc
>                solve([
>                a = 300 m,
>                b = 300 m,
>                Area = a*b,
>                cost = 1 (USD/m^2),
>                z = Area*cost
>
>                ], [a, b, Area, cost, z])
> #+end_src

It only parses a line at a line unfortunately.  This would work in
Maxima, mind you. ;-)  (with some minor change in syntax, of course)

-- 
: Eric S Fraga, with org release_9.5.5-966-g88c85d in Emacs 29.0.50


reply via email to

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