Keywords
The following list contains all the keywords that Komodo uses. You can't name anything with them. Komodo is a small language, so it's not that bad of a problem to remember these.
as
: to define aliases of imported modulesdo
: part of thefor
loop syntaxelse
: part ofif
expressionsfalse
: Boolean false literalfor
: loop over itemsfrom
: for importing some names from modulesif
: forif
expressionsimport
: for importing modulesin
: operator for membershiplet
: declare an inmutable valuethen
: part ofif
expressionstrue
: Boolean true literalvar
: declare a mutable value