Implemented echo example
This commit is contained in:
parent
b34470a97d
commit
824efbf424
9 changed files with 70 additions and 58 deletions
|
@ -1,7 +1,3 @@
|
|||
main() {
|
||||
x := 1 + f(x)
|
||||
}
|
||||
|
||||
f(x) {
|
||||
return x
|
||||
}
|
|
@ -1,3 +1,7 @@
|
|||
main() {
|
||||
x := 1 + f(x)
|
||||
}
|
||||
|
||||
f(x) {
|
||||
return x
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue