Skip to content

Commit

Permalink
Update oregon.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
topherPedersen authored Aug 30, 2018
1 parent 3861e73 commit 1e30c10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oregon.bas
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
37 PRINT "WHENEVER YOU HAVE TO USE YOUR"
38 PRINT "RIFLE, YOU WILL BE ASKED TO"
39 PRINT "TYPE IN A WORD (ONE THAT SOUNDS"
40 PRINT "LIKE A GUNSHOT) AND PRESS"
41 PRINT "<ENTER> IN ORDER TO FIRE"
40 PRINT "LIKE A GUNSHOT). THEN PRESS"
41 PRINT "<ENTER> TO FIRE."
42 PRINT: PRINT PE$: INPUT CT$: PRINT
43 D9=1
44 IF D9>5 THEN 46
Expand Down Expand Up @@ -480,9 +480,9 @@
480 END
481 F9=(2040-M2)/(M-M2)
482 F=F+(1-F9)*(8+5*E)
483 PRINT
484 PRINT "YOU FINALLY ARRIVED IN OREGON!"
485 PRINT: PRINT PE$: INPUT CT$: PRINT
483 PRINT: PRINT "YOU FINALLY ARRIVED IN OREGON!"
484 PRINT: PRINT PE$: INPUT CT$: PRINT
485 GOTO 529
486 F9=INT(F9*14)
487 D3=D3*14+F9
488 F9=F9+1
Expand Down

0 comments on commit 1e30c10

Please sign in to comment.