> It is very, very simple, and I would say easier to learn than Python, as long as you remember that it is not programming but maths. For example, suppose you specify this function on the integers:
> f ≜ CHOOSE f ∈ [Int → Int] :
> ∀ x ∈ Int : f[x] = -f[x]
> What function is it? Clearly, it's the zero function
Did you mean your example is the constant function [1], rather than a zero function [2] (where c = 0)?
[1] https://mathworld.wolfram.com/ConstantFunction.html
[2] https://mathworld.wolfram.com/ZeroFunction.html