constructor application
This commit is contained in:
parent
aace8a5a77
commit
232d9351c1
2 changed files with 19 additions and 1 deletions
|
|
@ -37,3 +37,11 @@ e(`factorial = n \\ n
|
|||
| n \\ n * factorial (n - 1);
|
||||
|
||||
factorial 5`)
|
||||
|
||||
e(`factorial = n \\ n
|
||||
| 0 \\ 1
|
||||
| n \\ n * factorial (n - 1);
|
||||
|
||||
factorial 5`)
|
||||
|
||||
e('some5 = Some 5; some5');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue