Salome HOME
Go on
[modules/yacs.git] / src / yacsloader / samples / foreach6.xml
index 4ac15ad328e67450f2ab49e5c5688062d950ebb1..3a57e6087cd197c68913ee4889b94056d04d7181 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2006-2016  CEA/DEN, EDF R&D
+  Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
 
     <inline name="node1" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="intvecvec"/>
       <outport name="p1" type="intvecvec"/>
     </inline>
     <inline name="node3" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="intvecvec"/>
     </inline>