remove junk files from yab-IDE/src

This commit is contained in:
Jim
2015-06-16 08:01:15 -07:00
parent 0169f9a8cf
commit 8854dcc7de
2 changed files with 0 additions and 14 deletions

View File

View File

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