RosettaCodeData/Task/User-input-Text/QB64/user-input-text.qb64

4 lines
58 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Input "Enter text and a number", s$, l&
Print s$
Print l&