Numbers and Math
Types of Numbers
# Define two variables x and y
x = 100
y = 3.14
# Print out the variable types for each
println(typeof(x))
println(typeof(y))Arithmetic Operators
Operator
Example
Comparison Operators and Functions
Operator
Example
Exercises
Resources
Last updated
