home *** CD-ROM | disk | FTP | other *** search
-
- /*
- By Magnus Lundin 27 oktober 1998
- All rights reserved by Hippomus!
-
- */
-
-
- #include <stdio.h>
-
- beep
- a$=Inputbox$("Enter a word:","Magnus frσgar","",200,100)
- If a$="" then
- puts("you did not write anything?")
- puts("Are you lame or something?")
- Else
-
- puts("You write:"+a$)
- end if
- end
-
-