OSDN Git Service

add name to AbcOut.array's parameter.
[happyabc/happyabc.git] / example / swf.scm
1 (define (main stage)
2   (let [(t (new flash.text.TextField))]
3     (trace "foo!!!!!!!!!!")
4     (. t (appendText "Hello,world!!"))
5     (. stage (addChild t))))
6