Module endbasic_std::strings
source · Expand description
String functions for EndBASIC.
Structs§
- The
ASC
function. - The
CHR
function. - The
LEFT
function. - The
LEN
function. - The
LTRIM
function. - The
MID
function. - The
RIGHT
function. - The
RTRIM
function. - The
STR
function.
Functions§
- Adds all symbols provided by this module to the given
machine
. - Formats a boolean
b
for display. - Formats a double
d
for display. - Formats an integer
i
for display. - Parses a string
s
as a boolean. - Parses a string
s
as a double. - Parses a string
s
as an integer.