Fix typo in stack effect.
parent
4e77f48d74
commit
bba4812b9b
|
@ -356,7 +356,7 @@ SYMBOL: quit-cc
|
||||||
r> drop 3drop
|
r> drop 3drop
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: server-cc ( -- cc | process)
|
: server-cc ( -- cc | process )
|
||||||
#! Captures the current continuation and returns the value.
|
#! Captures the current continuation and returns the value.
|
||||||
#! If that CC is called with a process on the stack it will
|
#! If that CC is called with a process on the stack it will
|
||||||
#! set 'self' for the current process to it. Otherwise it will
|
#! set 'self' for the current process to it. Otherwise it will
|
||||||
|
|
Loading…
Reference in New Issue