diff options
Diffstat (limited to 'atarist/test/ccon')
-rw-r--r-- | atarist/test/ccon | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/atarist/test/ccon b/atarist/test/ccon deleted file mode 100644 index 47bc8e2f05..0000000000 --- a/atarist/test/ccon +++ /dev/null @@ -1,5 +0,0 @@ -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); |