COntinue spec

This commit is contained in:
Dmitry Boulytchev 2020-02-10 15:24:45 +03:00
parent 0b26e754e3
commit 142d784174
6 changed files with 69 additions and 8 deletions

View file

@ -115,7 +115,7 @@ designate integer constants 1 and 0 respectively, character constant is implicit
of one-byte characters. Infix constants allow to reference a functional value associated with corresponding infix operator, and functional constant (\emph{lambda-expression})
designates an anonymous functional value in the form of closure.
\subsection{\lstinline|skip| and \lstinline|return| Expressions}
\subsection{\texttt{skip} and \texttt{return} Expressions}
Expression \lstinline|skip| can be used to designate a no-value when no action is needed (for example, in the body of unit which contains only declarations).
\lstinline|return| expression can be used to immediately copmlete the execution of current function call; optional return value can be specified.