home *** CD-ROM | disk | FTP | other *** search
- UnusualName87623="" ; Use a very unusual variable name
- :zork
- ; Ask user for statement to execute
- UnusualName87623=AskLine("Interactive","Enter statement",UnusualName87623)
- ; Then actually execute the statement
- execute %UnusualName87623%
-
- Goto zork ; and loop for more punishment
-