Swift constant 460プログラミングSwift 2018年04月29日 0 こんな感じでしょうか #!/usr/bin/swift // Constant let constVar = 10 print(constVar) PR