Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update chapters/operatorsandexpressions.tex
Co-authored-by: Henrik Tidefelt <[email protected]>
  • Loading branch information
HansOlsson and henrikt-ma authored Dec 15, 2025
commit e79b6f455b4db068ed664d8917dd71e3883102a5
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ \subsection{Member Access Operator}\label{member-access-operator}
\subsection{Built-in Variable time}\label{built-in-variable-time}\indexinline{time}

All declared variables are functions of \lstinline!time!.
The name \lstinline!time! is a keyword see \cref{modelica-keywords}, but it corresponds to a built-in variable available in all models and blocks, which is treated as an input variable.
The name \lstinline!time! is a keyword (see \cref{modelica-keywords}), and corresponds to a built-in variable available in all models and blocks, which is treated as an input variable.
It is implicitly defined as:
\begin{lstlisting}[language=modelica]
input Real time (final quantity = "Time",
Expand Down