aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-02-18 20:48:50 +0100
committerDrahflow <drahflow@gmx.de>2014-02-18 20:48:50 +0100
commit8c2054d576f1a8d9c5519f3c2f78fc9f4d6a169e (patch)
treecd2005d262b2b75194fe09f54b7bf4a070a4629d /notes
parent676307d3cc203f3a5e583cdc96c37c7821f79452 (diff)
* and ! now apply both to functions and coroutines
Diffstat (limited to 'notes')
-rw-r--r--notes1
1 files changed, 0 insertions, 1 deletions
diff --git a/notes b/notes
index e8a6ec4..9aca225 100644
--- a/notes
+++ b/notes
@@ -466,7 +466,6 @@ CR !!_ # clone co-routine, full copy of all stacks
... f n ! # pass control to function f, ignore n
... f * # pass control to function f
-
{ { ==badError ==error
badError error doStuffWhichFailsInVariousWays
} { "a bad error occured, but we caught it" dump } !!'