Skip to content

Commit 21b2d97

Browse files
authored
Update nell.bas
typo
1 parent 3b3d29c commit 21b2d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nellan_is_thirsty/nell.bas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
10 MODE7:FOR I%=0 TO 1:PRINTTAB(10,3+I%)CHR$141"NELLAN IS THIRSTY":NEXT:PRINT''TAB(5)CHR$134"Written by Dr Furman H Smith"'TAB(2)CHR$134"Published in Recreational Computing"'TAB(11)CHR$134"magazine in 1980"
22
20 PRINT''TAB(7)"""ported shortly thereafter"'" to the Commodore 64"" by Steven Darnold"'''CHR$134" Ported to BBC BASIC for the BBC Micro"'TAB(10)CHR$134"by lurkio in 2020"
3-
30 PRINT''TAB(7)"Ported to the Agon Light"'TAB(7)"by Steve Lovejoy in 2024" TAB(39,22);:PROCd(30)
3+
30 PRINT''TAB(8)"Ported to the Agon Light"'TAB(8)"by Steve Lovejoy in 2024" TAB(39,22);:PROCd(30)
44
100 L%=39:a$=STRING$(30," "):DIM S% 255
55
105 GOSUB705:GOSUB1010:GOSUB745
66
110 INPUT"Are you the only person playing? "a$

0 commit comments

Comments
 (0)