mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Bugfix in runtime and documentation
This commit is contained in:
parent
c084e57b27
commit
e4b34a3ec1
5 changed files with 18 additions and 13 deletions
|
|
@ -104,10 +104,10 @@ The following symbols are treated as delimiters:
|
|||
|
||||
\begin{lstlisting}
|
||||
. , ( ) { }
|
||||
; # ->
|
||||
; # -> |
|
||||
\end{lstlisting}
|
||||
|
||||
Despite custom infix operators can coincide with delimiters "\lstinline|#|" and "\lstinline|->|" they can
|
||||
never clash as neither of these delimiters can be encountered in expressions in infix operator position.
|
||||
Note, custom infix operators can coincide with delimiters "\lstinline|#|", "\lstinline!|!", and "\lstinline|->|", which can
|
||||
sometimes be misleading.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue