10.
シンプルすぎるGo言語②
• 予約語が少ない
break case chan const
continue default defer else
fallthrough for func go
goto if import interface
map package range return
select struct switch type
var
11.
予約語の数
• 十進basic 18
• Go 25
• python3 33
• ruby 40
• C 44
• Java 50
• swift 61
• C++ 86
Be the first to comment