Skip to content

Commit e70d958

Browse files
committed
(docs) update intro to continuations
1 parent 858b963 commit e70d958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/scheme-intro/continuations.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: Powerful feature of Scheme that allow to add new control flows
77

88
## What is continuation?
99

10-
In Scheme a continuation is a thing that is waiting for an expression to be evaluated.
10+
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.
1113

1214
If you have code like this:
1315

0 commit comments

Comments
 (0)