It would be useful to have a `pause()` function in the builtins that completely pauses the game, and a corresponding `unpause()` (or make `pause()` toggle). This should be useful in two different contexts: * At the REPL * To add a pause feature to games
It would be useful to have a
pause()function in the builtins that completely pauses the game, and a correspondingunpause()(or makepause()toggle).This should be useful in two different contexts: