On this pageArguments labelsThe ideafunc printName(name: str) { print(name);}func main { let name = "Kek"; foo(:name);}Copy