Balanced brackets: Difference between revisions

(Added EchoLisp)
Line 3,361:
There's More Than One Way To Do It.
===Depth counter===
 
{{works with|Rakudo|2015.12}}
 
<lang perl6>sub balanced($s) {
my $l = 0;
Anonymous user