0b101 is binary.
0b101
the same cast reveals its decimal value.
^+ casts a value to the type of another expression, rather than a written-out type.
^+
^+(7 42) is 42, typed like 7.
^+(7 42)
42
7