2 lines
97 B
Text
2 lines
97 B
Text
a = makeArray[[13,13], {|a,b| a==0 ? b : (b==0 ? a : (a<=b ? a*b : ""))}]
|
|
formatTable[a,"right"]
|