Heronian triangles: Difference between revisions

Content deleted Content added
Tim-brown (talk | contribs)
Walterpachl (talk | contribs)
→‎{{header|REXX}}: add a line to avoid a Syntax error
Line 512:
parse arg N first area . /*get optional N (sides). */
if N=='' then N=200 /*maybe use the default. */
sides=N /* 05 Jan 2015 added by WP */
if first=='' then first= 10 /* " " " " */
if area=='' then area=210 /* " " " " */