2 lines
95 B
Text
2 lines
95 B
Text
println("Rows of the Bell Triangle:");
|
|
bt:=bellTriangleW(1,True); do(11){ println(bt.next()) }
|