Open jhiswin opened 10 years ago
VBScript: "0" + "1" = 1 "0" + 1 = 1 "0" & 1 = "01"
Solution: Implement add(a,b), concat(a,b) and change emitted code to use function calls instead of operators.
VBScript: "0" + "1" = 1 "0" + 1 = 1 "0" & 1 = "01"
Solution: Implement add(a,b), concat(a,b) and change emitted code to use function calls instead of operators.