#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 20 Feb 2020 08:59:29 +0100
changeset 25275 1030a738885a
parent 25274 91b4e325fddf
child 25276 0dda36c20228
#DOCUMENTATION by exept class: InlineObject class comment/format in: #documentation
InlineObject.st
--- a/InlineObject.st	Thu Feb 20 08:58:29 2020 +0100
+++ b/InlineObject.st	Thu Feb 20 08:59:29 2020 +0100
@@ -81,6 +81,10 @@
 
     The above was an inline literal: all field values must be again literals.
 
+    WARNING: the following is currently ONLY experimental,
+    and may or may not be supported by stc.
+    Do not use non-literal inline objects at the moment.
+
     However, similar to brace-Arrays, inline objects can also be dynamically created (constructed):
         {
             date:  Date today.