CodeBase - Simple start and finish code
Return to the CodeBase listing
Category: Input / Output
Version: 1.0
Information
Uploaded: 25th Aug 2007 04:01
Modified: 1st Jan 1970 01:00
Author: nadako
Summary
` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com print "what is your name" input A$ print "hello ",A$, Print "How was your day?" input B$ Print "That sounds nice" wait 1000 Print "goodbye ",A$, wait 1000 Print A$," is a loser" wait 500
Full Description
` This code was downloaded from The Game Creators<br /> ` It is reproduced here with full permission<br /> ` http://www.thegamecreators.com<br /> print "what is your name"<br /> input A$<br /> print "hello ",A$,<br /> Print "How was your day?"<br /> input B$<br /> Print "That sounds nice"<br /> wait 1000<br /> <br /> <br /> Print "goodbye ",A$,<br /> wait 1000<br /> Print A$," is a loser"<br /> wait 500
Comments
No comments yet.