lang0/tests/parsingpredeclaredfunction.lang0
Johan B.W. de Vries 17841954de Added a number of tests
Fix: skip() would not work without peek() on iteration 0 or 1.
2025-02-02 15:13:03 +01:00

12 lines
110 B
Plaintext

func result/
main:
declare result
calc result func "Success"
emit result
/
func result:
return result
/