Open lucassouzamatos opened 2 years ago
Example of implementation:
fun sum(A B) -> apply + A B done done var A := 12 var B := 1 apply > math:sum A B |> math:sum $ 10 done
It should returns this [result]: 23
[result]: 23
Example of implementation:
It should returns this
[result]: 23