aboutsummaryrefslogtreecommitdiff
path: root/jindroush/chkbas/basic_xe.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-10 16:28:06 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-10 16:29:32 -0400
commita493bd91d6366113178633b86dfd4703f73b520d (patch)
tree96895ced2dfd43d33c4570f6aab45c2526b48a06 /jindroush/chkbas/basic_xe.h
parent9b2d35c14476f60d10b40aa1fed8e746d848a51d (diff)
downloadbw-atari8-tools-a493bd91d6366113178633b86dfd4703f73b520d.tar.gz
chkbas: add missing left-paren to LEFT$/RIGHT$/MID$ for BXL/BXE; warn about ATASCII and mention a8cat in man page.
Diffstat (limited to 'jindroush/chkbas/basic_xe.h')
-rw-r--r--jindroush/chkbas/basic_xe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/jindroush/chkbas/basic_xe.h b/jindroush/chkbas/basic_xe.h
index fc86131..56e0276 100644
--- a/jindroush/chkbas/basic_xe.h
+++ b/jindroush/chkbas/basic_xe.h
@@ -209,9 +209,9 @@ char* aOpsBasicXe[] = {
"ERR", //63
"TAB", //64
"PEN", //65
- "LEFT$", //66
- "RIGHT$", //67
- "MID$", //68
+ "LEFT$(", //66
+ "RIGHT$(", //67
+ "MID$(", //68
};
#define BASICXE_CMD_NUM ( sizeof( aCmdsBasicXe ) / sizeof( aCmdsBasicXe[ 0 ] ) )