source:
tests/tuple/.expect/tupleAssign.txt@
b86dd969
| Last change on this file since b86dd969 was bf71cfd, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 366 bytes | |
| Line | |
|---|---|
| 1 | u=5 v=6 x=10 y=11 z=[100, 200] |
| 2 | u=5 v=6 x=10 y=11 z=[100, 200] |
| 3 | u=11 v=10 x=11 y=10 z=[11, 10] |
| 4 | u=11 v=10 x=11 y=10 z=[11, 10] |
| 5 | u=10 v=11 z=[10, 11] |
| 6 | u=10 v=11 z=[10, 11] |
| 7 | u=123 v=456 z=[111, 222] |
| 8 | u=123 v=456 z=[111, 222] |
| 9 | d=94.12 i=94 c=^ t=[94, 94.12, 94] |
| 10 | d=94.12 i=94 c=^ t=[94, 94.12, 94] |
| 11 | d=-94.12 i=-94 c=¢ t=[-94, -94.12, -94] |
| 12 | d=-94.12 i=-94 c=¢ t=[-94, -94.12, -94] |
Note:
See TracBrowser
for help on using the repository browser.