How to define locale variables in Maxima?

zsdf

New member
I want me function to look something like:

F(x) := if x < 5 then 5 else (create variable in terms of the function such as val1=F(x-1) and use it as part of the return part) ;

Thanks
 
Back
Top