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_operation.qbl
2022-12-31 16:09:55 +01:00

8 lines
99 B
Plaintext

//invalid,Expected function name but got deq at 3:20:END:
function str => deq
{
deq
}
"42" print