Added Format$ Keyword

This commit is contained in:
Armando Rivera 2013-11-14 23:46:14 -05:00
parent 3728044b86
commit 150e17cce0
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ ENDSELECT
ENDSUB
ENUM
EXIT
FALSE REVERSE$
FALSE FORMAT$
FOR
FUNCTION
IF
@ -53,6 +53,7 @@ PRINT
PTR
REPLACE$
RETURN
REVERSE$
RIGHT$
RTRIM$
SAVEFILE

View File

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