UNPKG

@nataliapc/mcp-openmsx

Version:

Model context protocol server for openMSX automation and control

34 lines (20 loc) 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"