perl 4.0 patch 25: patch #20, continued
[p5sagit/p5-mst-13.2.git] / atarist / test / ccon
1 require 'osbind.pl';
2
3  &Cconws("Hello World\r\n");
4  $str = "This is a string being printed by Fwrite Gemdos trap\r\n";
5  &Fwrite(1, length($str), $str);