Spec driver section

This commit is contained in:
Dmitry Boulytchev 2020-02-10 04:05:53 +03:00
parent e8675153c2
commit 0b26e754e3
7 changed files with 62 additions and 4 deletions

View file

@ -113,7 +113,7 @@ Multiple postfixes are allowed, for example
The basic form of expression is \nonterm{primary}. The simplest form of primary is an identifier or constant. Keywords \lstinline|true| and \lstinline|false|
designate integer constants 1 and 0 respectively, character constant is implicitly converted into its ASCII code. String constants designate arrays
of one-byte characters. Infix constants allow to reference a functional value associated with corresponding infix operator, and functional constant (\emph{lambda-expression})
designates a anonymous functional value in the form of closure.
designates an anonymous functional value in the form of closure.
\subsection{\lstinline|skip| and \lstinline|return| Expressions}