remove junk files from yab-IDE/src
This commit is contained in:
@@ -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$+"\""
|
||||
Reference in New Issue
Block a user