Changeset 68db00e


Ignore:
Timestamp:
Jul 12, 2023, 11:38:43 AM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
ed274fe
Parents:
bdbb448
Message:

add labels to sections

File:
1 edited

Legend:

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

    rbdbb448 r68db00e  
    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.