From a493bd91d6366113178633b86dfd4703f73b520d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 10 Jul 2024 16:28:06 -0400 Subject: chkbas: add missing left-paren to LEFT$/RIGHT$/MID$ for BXL/BXE; warn about ATASCII and mention a8cat in man page. --- jindroush/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'jindroush/README.txt') diff --git a/jindroush/README.txt b/jindroush/README.txt index 31d9af9..a085003 100644 --- a/jindroush/README.txt +++ b/jindroush/README.txt @@ -29,9 +29,10 @@ I've made to Jindroush's code: with mode 0600; changed this to 0666 (which will still be affected by the user's umask). -- Added "listbas" symlink, to save typing "chkbas -short" over and over - again. - - adir's -dir option now creates the directory if it doesn't exist. - Wrote man pages for all the utilities. + +- Fixed a bug in chkbas: BASIC XL and XE's LEFT$ RIGHT$ MID$ were + being printed without the left parenthesis (e.g Left$(A$,3) was + coming out as Left$A$,3). -- cgit v1.2.3