Jump to content

Day of the week: Difference between revisions

m
→‎{{header|FreeBASIC}}: removed redundant code
No edit summary
m (→‎{{header|FreeBASIC}}: removed redundant code)
Line 241:
 
' empty keyboard buffer
While InKey <> "" : Var _key_ = InKey : Wend
Print : Print "hit any key to end program"
Sleep
Line 276:
 
' empty keyboard buffer
While InKey <> "" : Var _key_ = InKey : Wend
Print : Print "hit any key to end program"
Sleep
457

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.