Rutgers ALGOL 68: Difference between revisions

Content added Content deleted
Line 138: Line 138:
=== Using upper stropping ===
=== Using upper stropping ===


As mentioned above, Rutgers Algol 68 uses quote-stropping. The following program will convert an upper-stropping source to Rutgers style quote-stropping. Additionally, it removed any pragmats (i.e. pragmatic comments delimited by '''pr''' or '''pragma''') from the source.
As mentioned above, Rutgers Algol 68 uses quote-stropping. The following program will convert an upper-stropping source to Rutgers style quote-stropping. Additionally, it removes any pragmats (i.e. pragmatic comments delimited by '''pr''' or '''pragma''') from the source.
<br><br>
<br><br>
This should be placed in the installation folder (\algol\RutgersAlgol68 is assumed here) and called '''upperToQuote.r68'''.
This should be placed in the installation folder (\algol\RutgersAlgol68 is assumed here) and called '''upperToQuote.r68'''.