Heronian triangles: Difference between revisions

→‎{{header|REXX}}: add a line to avoid a Syntax error
(→‎{{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 /* " " " " */
2,300

edits