fricas L ==> List OutputForm; Type: Void
fricas rsl: List L := [[x1::OutputForm], Type: List(List(OutputForm?))
fricas sl: L := [commaSeparate(z)$OutputForm for z in rsl]; Type: List(OutputForm?)
fricas of: OutputForm := scripts(v::OutputForm, Type: OutputForm?
fricas tex(of)
Type: List(String)
fricas sy: Symbol := script('v, Type: Symbol
fricas tex(sy::OutputForm)
Type: List(String)
fricas t := OrderedVariableList([script(a,
Type: Type
fricas sy2: Symbol := script(a,
Type: Symbol
fricas of2 := sy2 :: OutputForm
Type: OutputForm?
fricas tex(of2)
Type: List(String)
|