cfca8a4
1
2
3
4
# Define allowed operators plus(x::Float32, y::Float32)::Float32 = x+y mult(x::Float32, y::Float32)::Float32 = x*y;