A more complete print! macro should be implemented to at least be able to print integers.
Ideally the format! macro should be implemented and print! derived from it.
This requires to implement strings inside the compiler (may be base on vectors) but also to implement a conversion of integers to strings.