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
CSRLIN.md•330 B
# CSRLIN
## Effect
Returns the vertical coordinate of the cursor.
## Syntax
`CSRLIN`
## Example
```basic
10 CLS
20 PRINT "Example of CSRLIN"
30 PRINT CSRLIN
RUN
Example of CSRLIN
1
```
## Related to
`LOCATE`, `POS`
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/CSRLIN"