summaryrefslogtreecommitdiff
path: root/atarist/test/osexample.pl
diff options
context:
space:
mode:
Diffstat (limited to 'atarist/test/osexample.pl')
-rw-r--r--atarist/test/osexample.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/atarist/test/osexample.pl b/atarist/test/osexample.pl
deleted file mode 100644
index 47bc8e2f05..0000000000
--- a/atarist/test/osexample.pl
+++ /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);