ushalow
[clean-tests.git] / old / hex / hex.icl
1 module hex
2
3 Start =
4 [ 42
5 , -42
6 , +42
7 , 0x2a
8 , -0x2a
9 , +0x2a
10 ]