Use another language to call a function: Difference between revisions

Content added Content deleted
(→‎{{header|C}}: Delete redundant code. Add link to comment.)
(Begin python solution. Please simplify, if possible.)
Line 444: Line 444:
return pclose(fp) >= 0 && *Length != 0;
return pclose(fp) >= 0 && *Length != 0;
}</lang>
}</lang>

=={{header|Python}}==


=={{header|Tcl}}==
=={{header|Tcl}}==