Prompt: Difference between revisions

From IFWiki

m (Added links)
m (→‎Links: Updated address)
 
Line 4: Line 4:


==Links==
==Links==
* [http://dfisher.serverspeople.net/ifgems/gems_15.html#15.4 Command Prompt] in the ''IF Gems'' review quotes collection (also available from the [http://mirror.ifarchive.org/if-archive/programming/general-discussion/IFGems.zip IF Archive]).
* [http://jacl.game-host.org:8080/dfisher/ifgems/gems_15.html#15.4 Command Prompt] in the ''IF Gems'' review quotes collection (also available from the [http://mirror.ifarchive.org/if-archive/programming/general-discussion/IFGems.zip IF Archive]).


[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 08:43, 28 March 2008

A marker which indicates that the game has finished outputting text for the moment and is waiting for the player to enter a new command. The traditional prompt is a single greater-than sign (>) at the beginning of a new line.

--OKB

Links