From 8854dcc7dec525c9b1127835fdcf0a7242ef8128 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 16 Jun 2015 08:01:15 -0700 Subject: [PATCH] remove junk files from yab-IDE/src --- yab-IDE/src/foobar | 0 yab-IDE/src/untitled0.yab | 14 -------------- 2 files changed, 14 deletions(-) delete mode 100644 yab-IDE/src/foobar delete mode 100644 yab-IDE/src/untitled0.yab diff --git a/yab-IDE/src/foobar b/yab-IDE/src/foobar deleted file mode 100644 index e69de29..0000000 diff --git a/yab-IDE/src/untitled0.yab b/yab-IDE/src/untitled0.yab deleted file mode 100644 index d9efbbd..0000000 --- a/yab-IDE/src/untitled0.yab +++ /dev/null @@ -1,14 +0,0 @@ - -open #1, "foobar","w" -close #1 - -dir$ = attribute get$ "","" -dir$=dir$+"/" - -attribute set "string","attribute1", "This is the first attribute.", dir$+"foobar" -attribute set "int","attribute2", "127", dir$+"foobar" -attribute set "bool", "attribute3", "false", dir$+"foobar" -a$=attribute get$ "", dir$+"foobar" -print a$ -a$=attribute get$ "attribute1", dir$+"foobar" -print "attribute1 \""+a$+"\""