Yasos is a static typed language, this means you have to declarate the type of variables and parameters.
We do not have boolean value, we have to use an integer, but we can atleast use true and false as values
NOTE: yasos can not make automatically conversions between integers and doubles