快速学习-Scala关键字

2020-02-27 15:13:34 浏览数 (1)

关键字介绍

Scala有39个关键字:

代码语言:javascript复制
package, import, class, object, trait, extends, with, type, forSome
private, protected, abstract, sealed, final, implicit, lazy, override
try, catch, finally, throw 
if, else, match, case, do, while, for, return, yield
def, val, var 
this, super
new
true, false, null

0 人点赞