basic: minor doc update

This commit is contained in:
minjaesong
2020-12-24 17:56:14 +09:00
parent 34696dd51b
commit c55066b414
3 changed files with 36 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ There are six basic types: \emph{number}, \emph{boolean}, \emph{string}, \emph{
\emph{Array} represents collection of numbers in 1- or more dimensions.
\emph{Generator} represents a value that automatically counts up/down whenever they have been called in For-Next loop.
\emph{Generator} represents a value that automatically counts up/down whenever they have been called in FOR--NEXT loop.
\emph{Functions} are, well\ldots\ functions\footnote{This is not a closure; there is no way you can define a local- or anonymous variable in BASIC.}, especially user-defined ones. Functions are \emph{type} because some built-in functions will actually take \emph{functions} as arguments.