mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 13:58:40 +03:00
10 lines
166 B
Markdown
10 lines
166 B
Markdown
|
## Article
|
||
|
|
||
|
```catala
|
||
|
declaration scope RecursiveFunc:
|
||
|
context f content integer depends on integer
|
||
|
|
||
|
scope RecursiveFunc:
|
||
|
definition f of x equals f of x + 1
|
||
|
```
|