削除された内容 追加された内容
→‎仕様: intValue とかキーワードと紛らわしい。よって、単なるa, b , c ,d ,e で置き換え。
86 行
<syntaxhighlight lang="swift">
let b: Int = 1
let c: UInt = intValueb // コンパイルエラー
let d: Int = intValueb + 1.0 // コンパイルエラー
</syntaxhighlight>