Implemented echo example
This commit is contained in:
parent
fcc4f8d2d9
commit
86175d7a53
9 changed files with 70 additions and 58 deletions
3
tests/errors/UnknownFunction2.q
Normal file
3
tests/errors/UnknownFunction2.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
x := 1 + f(x)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue