Repeat a string: Difference between revisions

m
→‎Icon and Unicon: header simplification
m (Semi-automated edit: Bash -> UNIX Shell)
m (→‎Icon and Unicon: header simplification)
Line 298:
EDIT(Text=out, Insert="ha", DO=5)</lang>
 
== {{header|Icon}} and {{header|Unicon }}==
==={{header|Icon}}===
The procedure <tt>repl</tt> is a supplied function in Icon and Unicon.
<lang Icon>procedure main(args)
Line 309 ⟶ 308:
return ns
end</lang>
==={{header|Unicon}}===
This Icon solution works in Unicon.
 
=={{header|Inform 7}}==
Anonymous user