When using large Int
numbers, we can use underscores as thousands separators to make it easier to read.
1
2
let love = 3_000
var population = 9_000_000
When using large Int
numbers, we can use underscores as thousands separators to make it easier to read.
1
2
let love = 3_000
var population = 9_000_000
새 버전의 콘텐츠를 사용할 수 있습니다.