fricas (1) -> <spad> fricas )abbrev package TEST Test
Test(x: Ring): with
baseRing: () -> Ring
== add
baseRing() == x</spad>
fricas Compiling FriCAS source code from file
/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/5734208900702123411-25px001.spad
using old system compiler.
TEST abbreviates package Test
------------------------------------------------------------------------
initializing NRLIB TEST for Test
compiling into NRLIB TEST
compiling exported baseRing : () -> Ring
Time: 0 SEC.fricas I := baseRing()$TEST(INT)
Type: Ring
fricas 1$I
Type: Integer
|