RosettaCodeData/Task/Call-a-function/Phix/call-a-function-4.phix

3 lines
100 B
Plaintext

?myfunction(b:="then",a:=3) -- displays {3,"then"}
--?myfunction(b:="though") -- compile-time error