cryptol/tests/regression/check04.cry

5 lines
94 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
onetwos = [1] # twoones
twoones = [2] # onetwos
check4 = onetwos @@ [0 .. 3] == [1, 2, 1, 2]