kurz/tests/typecheck_function_multiple...

9 lines
181 B
Plaintext
Raw Normal View History

2022-12-18 04:05:50 +01:00
//valid,42footesttest2stuff
//:END:
2022-12-14 09:34:49 +01:00
2022-12-31 16:09:55 +01:00
function int str str => str str str foo
2022-12-14 09:34:49 +01:00
{
2022-12-31 16:09:55 +01:00
intToStr req req print req deq "test" "test2" "stuff" print
2022-12-14 09:34:49 +01:00
}
2022-12-18 04:05:50 +01:00
42 "foo" "bar" foo print print println