From b20c2c13f229704f5b4b9a43d8323f24e18977f2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Nov 2014 15:03:03 -0600 Subject: BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic --- apps/examples/bastest/tests/test11.bas | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/examples/bastest/tests/test11.bas (limited to 'apps/examples/bastest/tests/test11.bas') diff --git a/apps/examples/bastest/tests/test11.bas b/apps/examples/bastest/tests/test11.bas new file mode 100644 index 000000000..78eb6d1c6 --- /dev/null +++ b/apps/examples/bastest/tests/test11.bas @@ -0,0 +1,6 @@ +10 open "i",1,"test.bas" +20 while not eof(1) +30 line input #1,a$ +40 print a$ +50 wend + -- cgit v1.2.3