Name: Pete 2009-03-08 0:53
How do I print?
CLS
RANDOMIZE TIMER
INPUT "What do you like for eating?", eat$
IF eat$ = "pizza" THEN
PRINT "niceeee"
ELSE
PRINT "niceeee"
END IF
END
lprint "This will go straight to the printer on LPT1"