How to submit a function on the flowchart?

    3 answers 3


    ( source )

    That's how it is.

      GOST says :
      1. Call as follows:
      2. Declare the content in the Oval ИмяФункции(Арг1,Арг2.....) oval ИмяФункции(Арг1,Арг2.....) , and then, as usual, the sequence of actions, at the end of the oval, the return value

        Well, probably draw a rectangular block and write the name of the function in it and the parameters it takes (I usually did), you can add a comment to the block. Or write the name of the function in the comments to the block, and in the block itself write the action that this function performs.