simple-add-print.xyw
simple-add-print.xyw; Load the device mapping macros
.include "devices.xyw"
$2 $3 ADD
; ...Add $30 to display the ASCII character
; for the resulting number ;)
$30 ADD terminal.output STA
; Print carriage return
$0a terminal.output STA
; Terminate
$0 system.state STA