Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,423
edits
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
</ol> | </ol> | ||
As far as the elaboration of JCL statements and so forth WFL is developed in a bottom up prototyping style without any spec other than the mainframe reference and the nascent MCP concept, so there will be no documentation for some time | As far as the elaboration of JCL statements and so forth WFL is developed in a bottom up prototyping style without any spec other than the mainframe reference and the nascent MCP concept, so there will be no documentation for some time | ||
other than the text of actual jobs. № 4 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END blocks | other than the text of actual jobs. № 4 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END blocks: | ||
<table style="color:black;background-color:white;width:300px;"> | <table style="color:black;background-color:white;width:300px;"> | ||
<tr><td>SUBROUTINE</td><td>WFL (JCL) </td></tr> | <tr><td>SUBROUTINE</td><td>WFL (JCL) </td></tr> | ||
<tr><td>UNIT</td><td>Algol68</td></tr> | |||
<tr><td>HS</td><td>Haskell </td></tr> | |||
<tr><td>CL</td><td>Common Lisp</td></tr> | |||
<tr><td>LP</td><td>LogTalk</td></tr> | |||
<tr><td>PL</td><td>Prolog</td></tr> | |||
</table> | </table> | ||
Are the initially supported variants. | |||
Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed line by line. | Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed line by line. | ||
</blockquote><br><br> | </blockquote><br><br> |