From 9a2c18f16d29b0428d220dcdc01e8ac4a2a6c507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=E4ger?= Date: Mon, 8 Sep 2008 06:08:04 +0800 Subject: [PATCH] Added TI-BASIC (Texas Instruments calculators) --- t/tibasic.ti | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 t/tibasic.ti diff --git a/t/tibasic.ti b/t/tibasic.ti new file mode 100755 index 00000000..680d47e1 --- /dev/null +++ b/t/tibasic.ti @@ -0,0 +1,3 @@ +PROGRAM:HELLOW +:ClrHome +:Disp "HELLO WORLD!" \ No newline at end of file