CodeBase - Simple start and finish code

Return to the CodeBase listing

Category: Input / Output

Version: 1.0

0
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 &quot;what is your name&quot;<br /> input A$<br /> print &quot;hello &quot;,A$,<br /> Print &quot;How was your day?&quot;<br /> input B$<br /> Print &quot;That sounds nice&quot;<br /> wait 1000<br /> <br /> <br /> Print &quot;goodbye &quot;,A$,<br /> wait 1000<br /> Print A$,&quot; is a loser&quot;<br /> wait 500

Comments

No comments yet.