diff options
Diffstat (limited to 'ext/ply/example/BASIC/hello.bas')
-rw-r--r-- | ext/ply/example/BASIC/hello.bas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ply/example/BASIC/hello.bas b/ext/ply/example/BASIC/hello.bas new file mode 100644 index 000000000..cc6f0b0b5 --- /dev/null +++ b/ext/ply/example/BASIC/hello.bas @@ -0,0 +1,4 @@ +5 REM HELLO WORLD PROGAM +10 PRINT "HELLO WORLD" +99 END + |