mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
COntinue spec
This commit is contained in:
parent
0b26e754e3
commit
142d784174
6 changed files with 69 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue