Hello,thank you for your contribution,but when I wrote it as follow: # if( $foreach.count = $people.count ) #break But I saw that when foreach.count is equal to people.count the sequence "#break" just being printed,it wasn't executed.
Hello,thank you for your contribution,but when I wrote it as follow:
if( $foreach.count = $people.count ) #break
But I saw that when foreach.count is equal to people.count the sequence "#break" just being printed,it wasn't executed.