How to makeup cal system

1,Conpiling and saving (after decoding cal.package.tar.Z)

#Execute CESP in emacs
%emacs -f run-CESP
#Compile cal system and save
CESP>lib
library>@cal.comp
library>exit
#set exeption mode thrugh
CESP>set_mode exception_thru
#Execute cal system
CESP>deb
??-:cal(#cal).

2,Load and Execute 

#Execute CESP in emacs
%emacs -f run-CESP
#Load cal system and execute
CESP>lib
library>@cal.load
library>exit
#set exeption mode thrugh
CESP>set_mode exception_thru
#Execute cal system
CESP>deb
??-:cal(#cal).
