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$+"\""