Anonymous

MCP-CMS: Difference between revisions

From Cibernética Americana
no edit summary
No edit summary
No edit summary
Line 148: Line 148:
   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>
     <center>
       <div style="font-size:10px;position:relative;left:0px;"><b>MCP Block Types</b></div><br><br>
       <div style="font-size:10px;position:relative;left:0px;"><b>MCP Block Types</b></div>
     <table style="color:black;background-color:white;width:600px;">
     <table style="color:black;background-color:lemonchiffon;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 160: Line 160:
     <tr><td>PROC</td><td align=center><a href=https://www.gnu.org/software/marst/><b>A60</b></a></td><td align=center>Yes</td><td>JCL (backend)</td></tr>
     <tr><td>PROC</td><td align=center><a href=https://www.gnu.org/software/marst/><b>A60</b></a></td><td align=center>Yes</td><td>JCL (backend)</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>
     <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><br><br>
     </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>