summaryrefslogtreecommitdiff
path: root/apps/examples/bastest/tests/test40.bas
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/bastest/tests/test40.bas')
-rw-r--r--apps/examples/bastest/tests/test40.bas5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/examples/bastest/tests/test40.bas b/apps/examples/bastest/tests/test40.bas
new file mode 100644
index 000000000..5ddc05009
--- /dev/null
+++ b/apps/examples/bastest/tests/test40.bas
@@ -0,0 +1,5 @@
+ d=3.1
+ print using "#.#";d
+ print using 10;d
+10 image #.##
+