Here's a fun test to see how well you know ObjectScript.
What will each of the following statements output?
write 5 * 10 + 1 write 1 + 5 * 10 write 1 + 0 / 10 write 0 && 0 = 0 write 0 = 0 && 0 write 1 && 1 = 1 write 1 = 1 && 1 write 2 && 2 = 2 write 2 = 2 && 2 write "1 APPLE" + "2 BANANAS" write "-1" + "1-2" write +"+-+-+-5" write "1D7P"-1 write "1E6F"-1 write 0 = "FOO" write 0 = +"FOO" write 0 = ''"FOO" write "10X" - " 5" - "5" write "10-5" write +"10-5" write @"10-5" write 5_"1"-1 write "5"-1_"1" write 10 + 10 > 21 + 1
Scr






