Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VI
Posts
0
Comments
24
Joined
1 yr. ago

  •  
        
    <fun>
      <name>sum</name>
      <in>
        <int>
          <name>foo</name>
        </int>
        <int>
          <name>bar</name>
          <default_value>
            <int>0</int>
          </default_value>
        </int>
      </in>
      <out>
        <int>
          <calculation>
            <numerical_operation>
              <operator_plus>
                <operand>
                  <var>foo</var>
                </operand>
                <operand>
                  <var>bar</var>
                </operand>
              </operator_plus>
            </numerical_operation>
          </calculation>
        </int>
      </out>
    </fun>