File: read2.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-- 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" );