Hello All,
how to print this pattern
*
* *
* * *
* * * *
* * * * *
Discussion posts and replies are publicly visible
There are already a lot of similar threads about this topic. From next time, please try to search in the existing discussions. You might find something more useful
a!forEach( items: enumerate(5), expression: joinarray(repeat(fv!index,"*"),"")&char(10) )