write "Enter a string: "
a$ = input
print ""
repeat
write "Enter the number 75000: "
h = number input
until h = 75000
.
print a$ & " " & h