Project

General

Profile

Download (338 Bytes) Statistics
| Branch: | Revision:
1
Main function calling system:
2
	1 Never change the names, the name unless you know what you're doing.
3
	  It's used as an index to where the last install reached.
4

    
5
	2 All errors must be caught, 0 (zero) must be returned if everything went okay.
6

    
7
	3 Subroutines MUST be reentrant!
8

    
9
	4 It is adviseable to print the command run using print()
(3-3/33)