Module endbasic_std::strings
source · Expand description
String functions for EndBASIC.
Structs§
- The
ASCfunction. - The
CHRfunction. - The
LEFTfunction. - The
LENfunction. - The
LTRIMfunction. - The
MIDfunction. - The
RIGHTfunction. - The
RTRIMfunction. - The
STRfunction.
Functions§
- Adds all symbols provided by this module to the given
machine. - Formats a boolean
bfor display. - Formats a double
dfor display. - Formats an integer
ifor display. - Parses a string
sas a boolean. - Parses a string
sas a double. - Parses a string
sas an integer.