diff options
Diffstat (limited to 'jindroush/chkbas/basic_xl.h')
-rw-r--r-- | jindroush/chkbas/basic_xl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jindroush/chkbas/basic_xl.h b/jindroush/chkbas/basic_xl.h index a97f8a7..97dd627 100644 --- a/jindroush/chkbas/basic_xl.h +++ b/jindroush/chkbas/basic_xl.h @@ -203,9 +203,9 @@ char* aOpsBasicXl[] = { "ERR", //63 "TAB", //64 "PEN", //65 - "LEFT$", //66 - "RIGHT$", //67 - "MID$", //68 + "LEFT$(", //66 + "RIGHT$(", //67 + "MID$(", //68 }; #define BASICXL_CMD_NUM ( sizeof( aCmdsBasicXl ) / sizeof( aCmdsBasicXl[ 0 ] ) ) |