cfad47cfa3/t3compiler/tads3/test/data/op_prec.t
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #include "tads.h" | ||
2 | |||
3 | myObj: object | ||
4 | bar = 1 | ||
5 | ; | ||
6 | |||
7 | main(args) | ||
8 | { | ||
9 | local x = myObj; | ||
10 | local y = [1, 2, 3]; | ||
11 | |||
12 | "x.bar = <<x.bar>>, -x.bar = <<-x.bar>>\n"; | ||
13 | "y[2] = <<y[2]>>, ~y[2] = <<~y[2]>>\n"; | ||
14 | } |
Download diff