RosettaCodeData/Task/Rep-string/J/rep-string-2.j
2015-02-20 09:02:09 -05:00

17 lines
204 B
Text

isRepStr '1001110011'
1
Tests=: noun define
1001110011
1110111011
0010010010
1010101010
1111111111
0100101101
0100100
101
11
00
1
)
isRepStr;._2 Tests NB. run all tests
1 1 1 1 1 0 1 0 1 1 0