Instead of displaying Come again? when the player enters an empty string, display the location description or provide a customizable predicate so that the author can define the behavior themselves.
(parse commandline [] with choices $)
(try [look])
(tick) (stop)
Instead of displaying
Come again?when the player enters an empty string, display the location description or provide a customizable predicate so that the author can define the behavior themselves.