but you can assign it to variable: ```fun foo(p1: ...
# announcements
p
but you can assign it to variable:
Copy code
fun foo(p1: Int) {
   var p2 = p1
}