I am reading “An introduction to Functional Progra...
# functional
n
I am reading “An introduction to Functional Programming through Lambda Calculus” what does this expression mean? T := X; X := Y; Y := T
k
You're swapping variables. Nothing to do with Kotlin too
n
Thank you! Yes it’s not kotlin related.