From c87e1097e5d0b35cc8d9b62d6d8df23087039bbe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Jun 2024 04:06:44 -0400 Subject: token.h, bas.h: commentary. --- bas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bas.h') diff --git a/bas.h b/bas.h index 211004e..3a24c38 100644 --- a/bas.h +++ b/bas.h @@ -139,8 +139,8 @@ #define OP_DIM_ARR_LPAR 0x39 #define OP_FUNC_LPAR 0x3a #define OP_DIM_STR_LPAR 0x3b -#define OP_ARR_COMMA 0x3c -#define OP_FUNC_STR 0x3d +#define OP_ARR_COMMA 0x3c /* used for A(1,1) or A$(1,1) (also in DIM) */ +#define OP_FUNC_STR 0x3d /* the rest are functions */ #define OP_FUNC_CHR 0x3e #define OP_FUNC_USR 0x3f #define OP_FUNC_ASC 0x40 -- cgit v1.2.3