FerCommand[str, args]
is an auxiliary function that
returns a Fermat command corresponding to str
(possibly
using arguments args
) as a list of strings.
At the moment only a very limited set of Fermat instructions is implemented.
["Quit"] FerCommand
\text{$\&$q;}
["StopReadingFromTheInputFile"] FerCommand
\text{$\&$x;}
["EnableUglyDisplay"] FerCommand
\text{$\&$(U=1);}
["ReadFromAnInputFile", "myFile.txt"] FerCommand
\text{$\&$(R='myFile.txt');}
["SaveToAnOutputFile", "myFile.txt"] FerCommand
\text{$\&$(S='myFile.txt');}
["SaveSpecifiedVariablesToAnOutputFile", {x, y, z}] FerCommand
\text{!($\&$o, x, y, z);}
["ReducedRowEchelonForm", "mat"] FerCommand
\text{Redrowech(mat);}
["AdjoinPolynomialVariable", x] FerCommand
\text{$\&$(J=x);}