facebook twitter hatena line email

「Ios/swift/数字と文字」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==数字定義== let num = 1 let num2 = 1 + 2 ==数字を文字へ== let num = 1 "hello" + num.description」)
(相違点なし)

2016年6月18日 (土) 01:09時点における版

数字定義

let num = 1
let num2 = 1 + 2

数字を文字へ

let num = 1
"hello" + num.description