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