File: read8.g

package info (click to toggle)
gap 4r4p12-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 29,584 kB
  • ctags: 7,113
  • sloc: ansic: 98,786; sh: 3,299; perl: 2,263; makefile: 498; asm: 63; awk: 6
file content (18 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################################
##
#X  files dealing with overloaded operations
##
ReadLib( "overload.g"  );

#############################################################################
##
#X  the compiler interface
##
ReadLib( "compiler.g"  );

#############################################################################
##
#X  Teaching mode
##
ReadLib( "teachm2.g"  );