InlineObject.st
changeset 22846 929c112ef2e7
parent 22813 07c151c1a976
child 23621 f19f56a9e038
--- a/InlineObject.st	Wed May 09 18:57:35 2018 +0200
+++ b/InlineObject.st	Wed May 09 19:38:23 2018 +0200
@@ -72,6 +72,11 @@
         age: 25.
     }
 
+    #{
+        date:  Date today.
+        time:  Time now.
+    }
+
     All inlineObjects will be instances of an anonymous subclass of me,
     and provide getter protocol for their fields (e.g. firstName, lastName and age in the above example.
     InlineObjects are immutable (no setters).
@@ -929,5 +934,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !