Subversion Repositories wimsdev

Rev

Rev 4349 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!if $wims_read_parm!=slib_header
 !goto proc
!endif
slib_title=OEF code input postpender
slib_parms=1\
,code
slib_author=Gang Xiao
slib_out=The unprocessed source input.
slib_comment=Code is limited to 16K. This slib should be called to register \
the tail for OEF code input.
!exit

:proc
slib_out=!replace \/\*.*\*\/ by $ in $wims_read_parm
slib_i=!replace internal /**/ by $ in $wims_read_parm
oef_postsrc=!translate $        $ to $\
$ in $slib_i