From 150e17cce038df14d63681d17cc2def8b238ed6c Mon Sep 17 00:00:00 2001 From: Armando Rivera Date: Thu, 14 Nov 2013 23:46:14 -0500 Subject: [PATCH] Added Format$ Keyword --- Keywords.txt | 3 ++- Prototypes.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Keywords.txt b/Keywords.txt index e53041a..5492c8b 100644 --- a/Keywords.txt +++ b/Keywords.txt @@ -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 diff --git a/Prototypes.txt b/Prototypes.txt index 516138c..9a8a3a3 100644 --- a/Prototypes.txt +++ b/Prototypes.txt @@ -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)