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/test46.bas | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/examples/bastest/tests/test46.bas (limited to 'apps/examples/bastest/tests/test46.bas') diff --git a/apps/examples/bastest/tests/test46.bas b/apps/examples/bastest/tests/test46.bas new file mode 100644 index 000000000..f7a08468d --- /dev/null +++ b/apps/examples/bastest/tests/test46.bas @@ -0,0 +1,2 @@ +for i=1 to 10:print i;:next i:end + -- cgit v1.2.3