login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxScriptedSymbol revision 4 of 4

1 2 3 4
Editor: hemmecke
Time: 2015/02/03 19:20:30 GMT+0
Note:

added:
sy2: Symbol := script(a, [[],[1],[],[]])
of2 := sy2 :: OutputForm
tex(of2)

fricas
(1) -> L ==> List OutputForm;
Type: Void
fricas
rsl: List L := [[x1::OutputForm],[x2::OutputForm],[],[]];
Type: List(List(OutputForm?))
fricas
sl: L := [commaSeparate(z)$OutputForm for z in rsl];
Type: List(OutputForm?)
fricas
of: OutputForm := scripts(v::OutputForm, sl)$OutputForm;
Type: OutputForm?
fricas
tex(of)
There are no exposed library operations named tex but there is one unexposed operation with that name. Use HyperDoc Browse or issue )display op tex to learn more about the available operation.
Cannot find a definition or applicable library operation named tex with argument type(s) OutputForm
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.