basicdoc: keycodes, latex code cleanup, split long table

This commit is contained in:
minjaesong
2020-12-23 14:42:15 +09:00
parent 68b2b70ca0
commit d143b32ff2
6 changed files with 172 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ This section describes all use cases of \code{BasicVar}.
When a variable is \code{resolve}d, an object with instance of \code{BasicVar} is returned. A \code{bvType} of Javascript value is determined using \code{JStoBASICtype}.
\begin{tabulary}{\textwidth}{RLL}
\begin{tabulary}{\textwidth}{R|LL}
Typical User Input & TYPEOF(\textbf{Q}) & Instanceof \\
\hline
\code{\textbf{Q}=42.195} & {\ttfamily num} & \emph{primitive} \\