Ignore:
Timestamp:
Jul 13, 2023, 9:37:22 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master, stuck-waitfor-destruct
Children:
b7c53a9d
Parents:
09e400e (diff), a3c7bac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/text/CFA_intro.tex

    r09e400e r4acf56d  
    6060
    6161
    62 \section{\lstinline{with} Statement}
     62\section{\lstinline{with} Statement}\label{s:with}
    6363The \CFA @with@ statement is for exposing fields of an aggregate type within a scope, allowing field names without qualification.
    6464This feature is also implemented in Pascal~\cite{Pascal}.
     
    8282
    8383
    84 \section{Operators}
     84\section{Operators}\label{s:Operators}
    8585Operators can be overloaded in \CFA with operator routines.
    8686Operators in \CFA are named using an operator symbol and '@?@' to represent operands.
Note: See TracChangeset for help on using the changeset viewer.