2.5.3 bool 자료형
var x=true
print false and x
print 10 > 5
print 10 <= 5
출력결과
false
true
falseLast updated
Was this helpful?
var x=true
print false and x
print 10 > 5
print 10 <= 5
출력결과
false
true
falseLast updated
Was this helpful?
Was this helpful?