L = positiveChars(d)
i1 : positiveChars(5) o1 = {{-1, -1, 1, 0, 1}, {-1, -1, 0, 2}} o1 : List
L = positiveChars(d,s)
i2 : positiveChars(5) o2 = {{-1, -1, 1, 0, 1}, {-1, -1, 0, 2}} o2 : List
The object positiveChars is a method function.