This repository has been archived on 2025-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
kurz/tests/invalid_function_name_intrinsic.qbl
2022-12-31 16:09:55 +01:00

9 lines
111 B
Plaintext

//invalid,Function name print at 3:22 is already an intrinsic:END:
function str => print
{
deq
}
"42" print