123456789101112131415161718192021222324 |
- % This file is the part of GRG 3.2 (C) 1997 V.V. Zhytnikov
- lisp$
- off echo$
- rdf "grgxmacr.sl"$
- %off lower$
- expand!-file!>( "grgdecl.sl" , "xdecl.sl" )$
- expand!-file!>( "grggeom.sl" , "xgeom.sl" )$
- expand!-file!>( "grggrav.sl" , "xgrav.sl" )$
- expand!-file!>( "grginit.sl" , "xinit.sl" )$
- expand!-file!>( "grgclass.sl" , "xclass.sl" )$
- expand!-file!>( "grgcomm.sl" , "xcomm.sl" )$
- expand!-file!>( "grgcoper.sl" , "xcoper.sl" )$
- expand!-file!>( "grgmain.sl" , "xmain.sl" )$
- expand!-file!>( "grgmater.sl" , "xmater.sl" )$
- expand!-file!>( "grgprin.sl" , "xprin.sl" )$
- expand!-file!>( "grgproc.sl" , "xproc.sl" )$
- expand!-file!>( "grgtrans.sl" , "xtrans.sl" )$
- on lower$
- terpri()$
- prin2 "### Expansion done."$ terpri()$
- %quit$
- end;
|