Tóth István Zoltán
05/04/2024, 2:34 AMargument
and when do you use parameter
when talking about functions and generics in IR? I'm always confused about this one.Zac Sweers
05/04/2024, 3:10 AMZac Sweers
05/04/2024, 3:11 AMfun example(param1: String)
example("hello")
param1 is a parameter
"hello" is an argument