a working internet modem that only reads

This commit is contained in:
minjaesong
2022-09-22 16:26:04 +09:00
parent cab2699794
commit e905b3ace8
16 changed files with 367 additions and 34 deletions

View File

@@ -25,6 +25,10 @@ Your Javascript program is stored into the Program Memory, and since its capacit
\1\inlinesynopsis[Array]{init}{}{returns the subarray that omits the \emph{last} element.}
\1\inlinesynopsis[Array]{sum}{selector}{returns the sum of the elements of the array. Selector is optionally defined to indicate how the value must be transformed to obtain the sum.}
\1\inlinesynopsis[Array]{max}{selector}{returns the maximum among the elements of the array. Selector is optionally defined to indicate how the value must be transformed to obtain the max.}
\1\inlinesynopsis[String]{head}{}{returns the first character of the string.}
\1\inlinesynopsis[String]{last}{}{returns the last character of the string.}
\1\inlinesynopsis[String]{tail}{}{returns the substring that omits the \emph{head} character.}
\1\inlinesynopsis[String]{init}{}{returns the substring that omits the \emph{last} character.}
\1\inlinesynopsis[String]{trimNull}{}{trims null characters at the \emph{end} of the string.}
\end{outline}