basicdoc: new Commands chapter

This commit is contained in:
minjaesong
2020-12-24 22:13:44 +09:00
parent c55066b414
commit 36f2c887d3
3 changed files with 37 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ So you can make a loop using \code{GOTO}s here and there, but they \emph{totally
What fun is the program if it won't talk with you? You can make that happen with \code{INPUT} statement.
\begin{lstlisting}
10 PRINT "WHAT IS YOUR NAME";
20 INPUT NAME