All operators are essentially functions, and they are all also constant,
that when the values they entail are constant (known at compile-time),
their results will be inlined as it happens with functions.
Input
Moon Script Optimization
return 10 + 5
return 15
let num = 15
let comparasion = num > 10
return comparasion