Appearance
question:Translate in English. تابع رسم گراف جریان کنترل لیست عبارات، یک آرایهای عبارات میگیرد و به صورت بازگشتی هذر بذار روی اولین عضو آرایه تابع رسم گراف جریان کنترل عبارت را صدا میزند.
answer:The function for drawing the control flow graph of a list of expressions takes an array of expressions and recursively calls the graph drawing function on the first element of the array.
question:translate in
answer:The function for drawing the control flow graph of a list of expressions takes an array of expressions and recursively invokes the control flow graph drawing function on the first element of the array.
question:translate in English. تعریف تابع cfg expression of list draw در هسکل
answer:Definition of the function cfg, which draws the control flow graph of a list of expressions, in Haskell.
question:translate in English. تابع رسم گراف جريان کنترل يک عبارت
answer:Function for drawing the control flow graph of an expression.