cfad47cfa3/t3compiler/tads3/test/data/dstr-in-list.t

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
test: object
2
    test1 = [(true ? (("hello")) : (("goodbye")))]
3
    test2 = [foo("Test")]
4
    foo = 7
5
    test4 = ("blah", "bar")
6
    test5 = ("blah" + 7)
7
;