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
END.md•337 B
# END
## Effect
Closes all open files (if any) and ends program execution.
## Syntax
`END`
## Example
```basic
10 PRINT "The end is nigh!"
20 END
30 PRINT "I shall not be executed"
run
The end is nigh!
```
## Related to
`STOP`
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/END"