summaryrefslogtreecommitdiff
path: root/atarist/test/ccon
blob: 47bc8e2f05d22eacc47b7a830407aebd8f5a6f59 (plain)
1
2
3
4
5
require 'osbind.pl';

 &Cconws("Hello World\r\n");
 $str = "This is a string being printed by Fwrite Gemdos trap\r\n";
 &Fwrite(1, length($str), $str);