# MS Basic

## Basic files

Use `unix2dos` to convert line end to DOS compatible before uploading if file was created on UNIX.

## Commands

<table border="1" id="bkmrk-list-print-program-s" style="border-collapse: collapse; width: 100%; height: 117.867px; border-width: 0px;"><colgroup><col style="width: 16.1111%;"></col><col style="width: 83.9683%;"></col></colgroup><tbody><tr style="height: 29.4667px;"><td style="height: 29.4667px; border-width: 0px;">`list`  
</td><td style="height: 29.4667px; border-width: 0px;">Print program  
</td></tr><tr style="height: 29.4667px;"><td style="height: 29.4667px; border-width: 0px;">`system`  
</td><td style="height: 29.4667px; border-width: 0px;">Exit to CP/M  
</td></tr><tr style="height: 29.4667px;"><td style="height: 29.4667px; border-width: 0px;">`load "file"`  
</td><td style="height: 29.4667px; border-width: 0px;">Load program from file  
</td></tr><tr style="height: 29.4667px;"><td style="height: 29.4667px; border-width: 0px;">`print "hello"`  
</td><td style="height: 29.4667px; border-width: 0px;">Print string  
</td></tr></tbody></table>