This commit is contained in:
Armando Rivera 2018-12-19 16:41:29 -05:00
parent ad83fc3aff
commit e4fa86a5cd
2 changed files with 4 additions and 1 deletions

View File

@ -38,8 +38,10 @@ IF
INCR
INSTR
INT
INTEGER
LCASE$
LEFT$
LEN(
LOADFILE$
LPCHAR
LTRIM$
@ -64,6 +66,7 @@ SPLIT
SPLITPATH$
STEP
STR$
STRARRAY
SUB
THEN
TO

View File

@ -1,5 +1,5 @@
ENC$ (CSTRING A, INT L, INT R)
FORMAT$ (CONSTANT CSTRING &fmt, ...)
FORMAT$ (CONSTANT CSTRING fmt, ...)
INSTR (CSTRING s,CSTRING match, size_t offset)
LCASE$ (CSTRING str)
LEFT$ (CSTRING s, INT length)