48.53 PrintToMOC

PrintToMOC( moctbl )
PrintToMOC( moctbl, chars )

The first form prints the MOC3 format of the character table moctbl which must be an character table in MOC format (as produced by MOCTable). The second form prints a table in MOC3 format that contains the MOC format characters chars (as produced by MOCChars) under label y900.

    gap> t:= CharTable( "A5mod3" );;
    gap> moct:= MOCTable( t, [ 1, 2, 3, 4 ] );;
    gap> PrintTo( "a5mod3", PrintToMOC( moct ), "\n" ); 

produces a file a5mod3 whose first characters are

y100y105dy110edy130t60efy140bcfy150bbfcabbey160bbcbdbdcy170ccbbefbb

Previous Up Top Next
Index

GAP 3.4.4
April 1997