[TUHS] Book Recommendation

Charles Anthony charles.unix.pro at gmail.com
Thu Nov 25 08:19:05 AEST 2021


On Wed, Nov 24, 2021 at 7:23 AM Richard Salz <rich.salz at gmail.com> wrote:

> ....
>

          Compiled by: Multics PL/I Compiler, Release 33f, of February 11,
2017
          Compiled at: Installation and location
          Compiled on: 11/24/21  1411.5 pst Wed
              Options: table list

        1 try:proc options(main);
        2    dcl (if,then,else) fixed binary (31);
        3
        4    if = 1;
        5    then = 2;
        6    else = 3;
        7
        8    if if = then then then = if; else else = then;
        9
       10 end try;

-- Charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20211124/f117e032/attachment.htm>


More information about the TUHS mailing list