mirror of
https://github.com/rfivet/BCG101.git
synced 2024-12-17 23:56:24 -05:00
Fixed some typos (note that these typos are not present in the original book) (#1)
* Update BLKJAC.BAS * Update BULCOW.BAS
This commit is contained in:
parent
a049b93325
commit
c1c3ab9037
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user