Types https://makecode.calliope.cc/javascript/types
For programs to be useful, we need to be able to work with some of the simplest units of data: numbers, strings, structures, boolean values, and the like.
if (encoder.active) { position = encoder.readPosition(); } else { position = null
