Anonymous

MCP-CMS: Difference between revisions

From Cibernética Americana
17 bytes added ,  4 March 2024
no edit summary
No edit summary
No edit summary
Line 147: Line 147:
   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 DCP/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 DCP/MCP concept, so there will be no documentation for some time  
   other than the text of actual jobs. № 3 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END bounded blocks:
   other than the text of actual jobs. № 3 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END bounded blocks:
     <center><table style="color:black;background-color:white;width:600px;">
     <center>
      <div style="font-size:10px;position:relative;left:0px;"><b>MCP Block Types</b></div><br><br>
    <table style="color:black;background-color:white;width:600px;">
     <tr style="font-size:10px;"><td width=125 >Subroutine Declarator</td><td align=center width=90>Language</td><td align=center width=180>Intrinsic</td><td width=205>Purpose/Role</td></tr>
     <tr style="font-size:10px;"><td width=125 >Subroutine Declarator</td><td align=center width=90>Language</td><td align=center width=180>Intrinsic</td><td width=205>Purpose/Role</td></tr>
     <tr><td>CL</td><td align=center>Common Lisp</td><td align=center>No</td><td>LR/Lisp Code</td></tr>
     <tr><td>CL</td><td align=center>Common Lisp</td><td align=center>No</td><td>LR/Lisp Code</td></tr>
Line 159: Line 161:
     <tr><td>UNIT</td><td align=center><a style="background-color:aliceblue;"  href=https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html><b>A68</b></a></td><td align=center>Yes</td><td>System Intrinsics</td></tr>
     <tr><td>UNIT</td><td align=center><a style="background-color:aliceblue;"  href=https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html><b>A68</b></a></td><td align=center>Yes</td><td>System Intrinsics</td></tr>
     </table>
     </table>
    <div style="font-size:10px;position:relative;left:0px;"><b>MCP Block Types</b></div>
     </center>
     </center>
   Intrinsic means the lang is native to MCP/WFL and doesn't require COMPILE or BIND to produce a RUN eligible object title.<br>
   Intrinsic means the lang is native to MCP/WFL and doesn't require COMPILE or BIND to produce a RUN eligible object title.<br>