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

3 lines
100 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
?myfunction(b:="then",a:=3) -- displays {3,"then"}
--?myfunction(b:="though") -- compile-time error