What is the value of test in this code?
var test = 1 == 1
true
YES
This code contains an error Reference: The Swift Programming Language: Language Guide: Basic Operators: Comparison Operators
1