We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858b963 commit e70d958Copy full SHA for e70d958
docs/docs/scheme-intro/continuations.md
@@ -7,7 +7,9 @@ description: Powerful feature of Scheme that allow to add new control flows
7
8
## What is continuation?
9
10
-In Scheme a continuation is a thing that is waiting for an expression to be evaluated.
+In Scheme a continuation is a thing that is waiting for an expression to be evaluated. When you have
11
+an expression the arguments are evaluated first, so the function application is waiting for the
12
+arguments to get evaluated before the function can be applied.
13
14
If you have code like this:
15
0 commit comments