Changeset 68db00e
- Timestamp:
- Jul 12, 2023, 11:38:43 AM (17 months ago)
- Branches:
- master
- Children:
- ed274fe
- Parents:
- bdbb448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/text/CFA_intro.tex
rbdbb448 r68db00e 60 60 61 61 62 \section{\lstinline{with} Statement} 62 \section{\lstinline{with} Statement}\label{s:with} 63 63 The \CFA @with@ statement is for exposing fields of an aggregate type within a scope, allowing field names without qualification. 64 64 This feature is also implemented in Pascal~\cite{Pascal}. … … 82 82 83 83 84 \section{Operators} 84 \section{Operators}\label{s:Operators} 85 85 Operators can be overloaded in \CFA with operator routines. 86 86 Operators in \CFA are named using an operator symbol and '@?@' to represent operands.
Note: See TracChangeset
for help on using the changeset viewer.