Rev 20 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=OEF code input prepender |
- | |
5 | slib_parms=1\ |
- | |
6 | ,code |
4 | |
7 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
8 | slib_out=The unprocessed source input. |
- | |
9 | slib_comment=Code is limited to 16K. This slib should be called to register \ |
- | |
10 | the header for OEF code input. |
- | |
- | 6 | ||
11 | !exit |
7 | !exit |
12 | 8 | ||
13 | :proc |
9 | :proc |
14 | slib_out=!replace \/\*.*\*\/ by $ in $wims_read_parm |
10 | slib_out=!replace \/\*.*\*\/ by $ in $wims_read_parm |
15 | slib_i=!replace internal /**/ by $ in $wims_read_parm |
11 | slib_i=!replace internal /**/ by $ in $wims_read_parm |