mul (add 2 3) 5
Can the dot (.
) and dollar ($
) operators alone replace the brackets?
The mul
and add
functions are filler, i.e. the order of application must stay the same.
This is an exercise to better understand the aforementioned operators.