changeset 79:0a7931807163

doc: Briefly describe evaluation
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 25 Aug 2019 22:37:53 +0200
parents 626abd09ce11
children 8ef8c191a3a1
files doc/execution.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/execution.md	Sun Aug 25 22:06:31 2019 +0200
+++ b/doc/execution.md	Sun Aug 25 22:37:53 2019 +0200
@@ -118,3 +118,8 @@
 The return value is the value of the last expression. It is pushed onto the call
 stack; it will be popped from there after the function's execution.
 
+## Evaluation
+
+-> see `yeval()` in `eval.h`.
+
+Evaluation happens recursively.