Slide 27
Slide 27 text
Keywords
27
Hard Keywords Soft Keywords Modifier Keywords Other Keywords
package, as,
typealias, class, this,
super, val, var, fun,
for, null, true, false, is,
in, throw, return,
break, continue,
object, if, try,
else, while, do, when,
interface, yield, typeof
by, catch, constructor
delegate, dynamic,
field, file, finally, get,
import, init, param,
property, receiver, set
setparam, where
actual, abstract,
annotation,
companion, const,
crossinline, data,
enum, expect,
external, final, infix,
inline, inner, internal,
lateinit, noinline, open,
operator, out, override,
private, protected,
public,
field, it, +, -, *, /, %, =,
+=, -=, *=, /=, %=, ++,
--, &&, ||, ! - , and, or,
not, ==, !=, ===, !==,
<, >, <=, >=, [, ], !!, ?.,
?:, ::, .., :, ?, ->, @, ;,
$, _