The language should provide preprocessing macros such
as #define and #include. These features help a lot when
designing repetitive and configurable things. For
example: when using the method set_cycles (n), the
number n should be a define, so that to change the
number of cycles spent by some instruction group (eg,
the multiply instructions) we would just change the
define value.