add functions and variables name

This commit is contained in:
2023-02-25 23:34:15 +00:00
parent 636101f1fa
commit 6ef6e051e6
23 changed files with 414 additions and 97 deletions

View File

@@ -64,7 +64,7 @@ output:
f(10) = 121
```
if the function does not return, then the value returned is `unknown`
if the function does not return, then the value returned is `null`
---