File: read2.g

package info (click to toggle)
gap 4r4p9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,120 kB
  • ctags: 6,735
  • sloc: ansic: 96,692; sh: 3,254; makefile: 319; perl: 11; awk: 6
file content (18 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################################
##
#X  now read the basic methods
##
ReadLib( "process.gd"  );

ReadLib( "files.gi"    );
ReadLib( "streams.gi"  );
ReadLib( "process.gi"  );


#############################################################################
##
#X  now read "combinat.gi"
#T  Does combinat.gi really need to be so early?
##
ReadLib( "combinat.gd" );
ReadLib( "combinat.gi" );