Hello
while using "with_stdout" I observe the following:
Say, I want to write maxima expression in fortran format in a file.
I did:
$ fle : "C:/myfiles/fle.txt"
$ with_stdout(fle, fortran(expression))
The file does not land where it should have. Instead, the file is found in
maxima directory as "$fle".
On the other hand if I do:
$ with_stdout("C:/myfiles/fle.txt", fortran(expression))
it places the file "fle.txt" correctly in "myfiles" directory.
I would appreciate any explanation of the above two cases.
Thanking you
Vijayendra