We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nataliapc/mcp-openmsx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONT.md•506 B
# CONT
## Effect
Attempts to continue an MSX-BASIC program from where it was interrupted by either a `CTRL`+`BREAK` or a `STOP` instruction or by pressing on `CTRL`+`STOP` keys.
Please note that this instruction does not restore things like screen mode or sound output, and can't be used inside a program otherwise the error _"Can't continue"_ occurs.
## Syntax
`CONT`
## Related to
`END`, `STOP`
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/CONT"