Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3780675
D106.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
252 B
Referenced Files
None
Subscribers
None
D106.diff
View Options
diff --git a/Core.tcl b/Core.tcl
--- a/Core.tcl
+++ b/Core.tcl
@@ -17,6 +17,15 @@
}
#
+# Loop constructs
+#
+
+# http://wiki.tcl.tk/3603
+proc do {code while cond} {
+ tailcall try $code\n[list $while $cond $code]
+}
+
+#
# Trivial procs
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 16:10 (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263736
Default Alt Text
D106.diff (252 B)
Attached To
Mode
D106: Broker and notifications system
Attached
Detach File
Event Timeline
Log In to Comment