diff options
Diffstat (limited to 'help/currentfunction.md')
| -rw-r--r-- | help/currentfunction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/currentfunction.md b/help/currentfunction.md index f2c5e16d..34ceb1a7 100644 --- a/help/currentfunction.md +++ b/help/currentfunction.md @@ -4,11 +4,11 @@ ## `π`: Current Function -A variable assigned to the current function block. `π€` can be used to access the current function block as a value. +A variable assigned to the current function block. `π€` can be used to access the current function block as a subject. `π` can be used for recursion. F β {π 0: 1; π© Γ π π©-1} # Factorial F 5 - {π€βΏπ€}4
\ No newline at end of file + {π€βΏπ€}4 |
