2 lines
100 B
Text
2 lines
100 B
Text
?myfunction(b:="then",a:=3) -- displays {3,"then"}
|
|
--?myfunction(b:="though") -- compile-time error
|