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