#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Thu, 27 Sep 2018 16:11:31 +0200
changeset 4740 f86d99ffcfd9
parent 4739 fef931c4b934
child 4741 bfb8e4d34f3e
#DOCUMENTATION by stefan class: LazyValue class comment/format in: #documentation
LazyValue.st
--- a/LazyValue.st	Wed Sep 26 15:21:09 2018 +0200
+++ b/LazyValue.st	Thu Sep 27 16:11:31 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -45,7 +47,7 @@
     Can be used to simulate non-strict programming languages.
 
     [see also:]
-        Block Future LazyValue
+        Block Future Lazy
 
     [author:]
         Claus Gittinger