Artifact 2f68238d12815ac318b07ee0c308bbeae371710d
- File
sample/plusminus.pmy
- 2010-11-20 14:04:44 - part of checkin [8e3db9ef20] on branch trunk - macro worked! (user: kinaba) [annotate]
@@s(x){x};
@s "+" = fun(x, y) {@v(
@s(x) - @s(y)
)};
print( 1 + 2 );
print( @s(1 + 2) );