aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/tuple/sub.sy
blob: cca4f2cf579ea74f0b8a7a64247316f1e0ef79a3 (plain) (blame)
1
2
3
4
start :: fn {
    print (1, -2, 3, -4) - (4, 3, -2, -1)
    (1, -2, 3, -4) - (4, 3, -2, -1) <=> (-3, -5, 5, -3)
}