At the moment, FizzBuzz just needs strings as an arg for `print`, but the compiler still has them as a 1st class type next to number. So anything we can do with numbers (the binary ops) we should either support for strings, or barf with a type error.