kurz/tests/typecheck_function_multiple_io.qbl
2022-12-14 09:34:49 +01:00

8 lines
161 B
Plaintext

//valid,output:42footesttest2stuff
function int str any => str str str foo
{
print req deq "test" "test2" "stuff" print
}
42 "foo" "bar" foo print print print