let x = 0 # xの型は``int``である y = 0'i8 # yの型は``int8``である z = 0'i64 # zの型は``int64``である u = 0'u # uの型は``uint``である