Skip to content

Commit 8a57638

Browse files
authored
Update stars.ms
1 parent 01e2d0c commit 8a57638

File tree

1 file changed

+4
-4
lines changed
  • 00_Alternate_Languages/82_Stars/MiniScript

1 file changed

+4
-4
lines changed

00_Alternate_Languages/82_Stars/MiniScript/stars.ms

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ instructions = function
1111
print
1212
end function
1313

14-
print " " * 34 + "STARS"
15-
print " " * 15 + "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY"
14+
print " " * 34 + "Stars"
15+
print " " * 15 + "Creative Computing Morristown, New Jersey"
1616
print; print; print
1717

18-
ans = input("Do you want instructions? ").lower
18+
ans = input("Do you want instructions? ").lower + " "
1919
if ans[0] == "y" then
2020
instructions
2121
end if
2222

23-
while 1
23+
while true
2424
print
2525
print "OK, I am thinking of a number, start guessing."
2626
starNum = floor(rnd * kMaxNum) + 1

0 commit comments

Comments
 (0)