
Section 5 Command Descriptions
5.25
PRINT#1,"DAY FORMAT DA"
PRINT#1,"DAY"
INPUT #1,D$
Read the day string
PRINT D$
Printed to the screen
TUE
Output is day dependent
PRINT#1,"DAY FORMAT DAY"
PRINT#1,"DAY"
INPUT #1,D$
Read the day string
PRINT D$
Printed to the screen
TUESDAY
Output is day dependent
Comentarios a estos manuales