Skip to content

Commit

Permalink
Change 'scalar constants' -> 'scalar constant expressions'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 7, 2023
1 parent 78b4b24 commit 897a477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Expand Up @@ -1984,7 +1984,7 @@ \section{External Function Interface}\label{external-function-interface}

The {\lstinline[language=grammar]!external-function-call!} specification allows functions whose prototypes do not match the default assumptions as defined below to be called. It also gives the name used to call the external function. If the external call is not given explicitly, this name is assumed to be the same as the Modelica name.

The only permissible kinds of expressions in the argument list are component references, scalar constants, and the function {\lstinline!size!} applied to an array and a constant dimension number.
The only permissible kinds of expressions in the argument list are component references, scalar constant expressions, and the function {\lstinline!size!} applied to an array and a constant dimension number.
The annotations are used to pass additional information to the compiler when necessary.

A component reference to a component that is part of an input or output
Expand Down

0 comments on commit 897a477

Please sign in to comment.