From c1c3ab903755516e88d7d73de7927007630b9eca Mon Sep 17 00:00:00 2001 From: ssolle <101608016+sSolle@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:03:17 +0200 Subject: [PATCH] Fixed some typos (note that these typos are not present in the original book) (#1) * Update BLKJAC.BAS * Update BULCOW.BAS --- dec/BLKJAC.BAS | 2 +- dec/BULCOW.BAS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dec/BLKJAC.BAS b/dec/BLKJAC.BAS index e479ba0..dd009eb 100644 --- a/dec/BLKJAC.BAS +++ b/dec/BLKJAC.BAS @@ -161,7 +161,7 @@ 825 GOTO 660 830 IF V(1)<>2 THEN 855 835 IF V(3)=2 THEN 850 -840 PRINT"TOO LATE TO DOUBLE, VHARLIE." +840 PRINT"TOO LATE TO DOUBLE, CHARLIE." 845 GOTO 660 850 LET W(P)=2*W(P) 855 IF V(1)>0 THEN 430 diff --git a/dec/BULCOW.BAS b/dec/BULCOW.BAS index 4e10319..df2b1ea 100644 --- a/dec/BULCOW.BAS +++ b/dec/BULCOW.BAS @@ -32,7 +32,7 @@ 220 FORI=0TOP-1:IFD(A,I)=D(A,P)GOTO210 230 NEXTI 240 NEXTP -250 IFA=0GGOTO30 +250 IFA=0GOTO30 260 LETJ=1:GOTO70 300 LETV=0:LETW=0 310 FORI=0TOP:IFD(A,I)=G(I)THENLETV=V+1