Changeset 4acf56d for doc/theses/colby_parsons_MMAth/text/CFA_intro.tex
- Timestamp:
- Jul 13, 2023, 9:37:22 PM (3 years ago)
- 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. - File:
-
- 1 edited
-
doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/text/CFA_intro.tex
r09e400e r4acf56d 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.