Skip to content

Commit

Permalink
[I,T3] now reads correct list element, improved output in Lbl ST
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicarod7 committed Jun 30, 2018
1 parent 34db461 commit e8fd8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PHYSBBLE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ round(((⌊PHVAR(2)+(√(((⌊PHVAR(2))²)-(4*⌊PHVAR(1)*⌊PHVAR(3)))))/(2*⌊
Output(7,1,"TIME =")
Output(7,8,⌊PHVAR(4))
Output(8,3,"OR")
Output(8,8,⌊PHVAR(8))
Output(8,8,⌊PHVAR(3))
Output(9,25,"s")
Wait 2
ClrHome
Expand Down Expand Up @@ -387,8 +387,8 @@ End
Output(5,1,"USE COMMON SENSE WHEN")
Output(6,1,"SELECTING YOUR ANSWER")
Output(7,1,"AND REMEMBER THE ORDER")
Output(9,1,"(GENERALLY THE NEGATIVE)")
Output(10,1,"(ANSWER IS WRONG)")
Output(9,1,"(GENERALLY THE NEGATIVE")
Output(10,1,"ANSWER IS WRONG)")
Wait 3
ClrHome
Menu("WHICH ANSWER DO YOU WANT?","THE FIRST ONE",L4,"THE SECOND ONE",L3)
Expand Down

0 comments on commit e8fd8be

Please sign in to comment.