01_conditional
dz / edexp_test / structure / fib_rec / 01_conditionalNode Tree
Nodes
| 01_return_n | |
| content | Return n if n < 2 |
| children | edexp_test/program/41_n |
| parents | edexp_test/structure/fib_rec/01_conditional |
| location | knowledge/edexp_test.dz:77 |
| 02_add_previous | |
| content | Add previous values |
| children | edexp_test/program/48_+ |
| parents | edexp_test/structure/fib_rec/01_conditional |
| location | knowledge/edexp_test.dz:88 |