# Booleans
Like in many other languages, boolean is a primitive type in Wall that can be either true or false.
w> a = true
w> b = false
← Strings Functions II →
Wall Like in many other languages, boolean is a primitive type in Wall that can be either true or false.
w> a = true
w> b = false
← Strings Functions II →