mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 23:34:04 +09:00
basicdoc: major doc update
This commit is contained in:
@@ -251,6 +251,19 @@ Code & Operation & Result \\
|
||||
|
||||
\emph{Currying} is an operation that returns new function that has given value applied to the original function's first parameter. See \ref{currying101} for tutorials.
|
||||
|
||||
\section{Constants}
|
||||
|
||||
Some variables are pre-defined on the language itself and cannot be modified; such variables are called \emph{constants}.
|
||||
|
||||
\begin{tabulary}{\textwidth}{rlL}
|
||||
Name & Type & Value \\
|
||||
\hline
|
||||
NIL & Array & Empty Array \\
|
||||
PI & Number & $3.141592653589793$ \\
|
||||
TAU & Number & $6.283185307179586$ \\
|
||||
EULER & Number & $2.718281828459045$
|
||||
\end{tabulary}
|
||||
|
||||
\section{Syntax In EBNF}
|
||||
|
||||
If you're \emph{that} into the language theory of computer science, texts above are just waste of bytes/inks/pixel-spaces/whatever; this little section should be more than enough!
|
||||
|
||||
Reference in New Issue
Block a user