• 0 Posts
  • 21 Comments
Joined 16 days ago
cake
Cake day: July 4th, 2024

help-circle

















  • <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>