plcopen/variables_infos.ysl2
changeset 1359 cce13b237b07
parent 1347 533741e5075c
child 1361 7158aa054226
equal deleted inserted replaced
1358:fe7770a30527 1359:cce13b237b07
   201     }
   201     }
   202     
   202     
   203     function "complex_type_value" {
   203     function "complex_type_value" {
   204         param "start_bracket";
   204         param "start_bracket";
   205         param "end_bracket";
   205         param "end_bracket";
   206         > «@start_bracket»
   206         > «$start_bracket»
   207         foreach "ppx:value" {
   207         foreach "ppx:value" {
   208             apply ".";
   208             apply ".";
   209             choose {
   209             choose {
   210                 when "position()!=last()" > , 
   210                 when "position()!=last()" > , 
   211             }
   211             }
   212         }
   212         }
   213         > «@end_bracket»
   213         > «$end_bracket»
   214     }
   214     }
   215     
   215     
   216     template "ppx:arrayValue" {
   216     template "ppx:arrayValue" {
   217         call "complex_type_value" {
   217         call "complex_type_value" {
   218             with "start_bracket" > [
   218             with "start_bracket" > [