diff --git a/docs/BasicInformKit/S-utl.html b/docs/BasicInformKit/S-utl.html index ab0e1fa27..d0b8124d3 100644 --- a/docs/BasicInformKit/S-utl.html +++ b/docs/BasicInformKit/S-utl.html @@ -65,7 +65,7 @@ MathJax = {

Miscellaneous utility routines for some fundamental I6 needs.

-
+

§1. Miscellany.

@@ -106,6 +106,7 @@ MathJax = { Global statuswin_cursize = 0; Global statuswin_size = 1; +Global debug_dialogue = 0; Global debug_rules = 0; Global debug_rule_nesting; Global reason_the_action_failed; = I7 "reason the action failed" @@ -465,7 +466,14 @@ anachronism, as it's used for all kinds of value. if (t1 >= 0) return ((t1+t2/2)/t2)*t2; return -((-t1+t2/2)/t2)*t2; ]; + +

§21. Doing nothing. Surprisingly, this function has a use. +

+
+[ DoNothing;
+    rfalse;
+];