discard """ output: ''' 1 ''' """ var a, b: int let x = if a > b: 0 else: 1 echo x