Compiler should accept some math! -literals: 0, 0.0, "xyz", true -concat: "xyz" + "abc" = "xyzabc", "xyz" + (4 + 5) = "xyz9" -operators: 1+2=3 -expression types
Log in to post a comment.