summaryrefslogtreecommitdiffstats
path: root/third_party/python/ply/example/BASIC/hello.bas
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/ply/example/BASIC/hello.bas')
-rw-r--r--third_party/python/ply/example/BASIC/hello.bas4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/python/ply/example/BASIC/hello.bas b/third_party/python/ply/example/BASIC/hello.bas
new file mode 100644
index 0000000000..cc6f0b0b51
--- /dev/null
+++ b/third_party/python/ply/example/BASIC/hello.bas
@@ -0,0 +1,4 @@
+5 REM HELLO WORLD PROGAM
+10 PRINT "HELLO WORLD"
+99 END
+