obj.meth # a meth call x . y # concat x, y
2) added in a bunch of missing operators: $ perl -Ilib -Iimcc imcc/t/syn/op.t 1..10 ok 1 - += ok 2 - -= ok 3 - *= ok 4 - /= ok 5 - &= ok 6 - |= ok 7 - ~= ok 8 - >>= ok 9 - >>>= ok 10 - <<=
Have fun, leo
obj.meth # a meth call x . y # concat x, y
2) added in a bunch of missing operators: $ perl -Ilib -Iimcc imcc/t/syn/op.t 1..10 ok 1 - += ok 2 - -= ok 3 - *= ok 4 - /= ok 5 - &= ok 6 - |= ok 7 - ~= ok 8 - >>= ok 9 - >>>= ok 10 - <<=
Have fun, leo