Salome HOME
Fix for "23669: [CEA 13186] YACS xml scheme files with calls to print function need...
[samples/datafiles.git] / Yacs / Schemas / eschema.xml
index ad08ce4446b27a7a4cf44d61dd4da980878fa708..084b64659fc6ffe130a74db05ee4a41b2ce1a3b2 100644 (file)
@@ -25,7 +25,7 @@
     <!-- service -->
 
     <inline name="node1" >
-        <script><code>print p1;p1=2*p1</code></script>
+        <script><code>print(p1);p1=2*p1</code></script>
         <inport name="p1" type="string"/>
         <outport name="p1" type="string"/>
     </inline>