RosettaCodeData/Task/Call-a-function/Phix/call-a-function-4.phix
2016-12-05 23:44:36 +01:00

2 lines
100 B
Text

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