mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
a working internet modem that only reads
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user