Artifact Content
Not logged in

Artifact 5278c04aa82ef1ffe962d1bfdf46dcb97951388a


@s "+" = fun(x, y) {@v(
	@s(x) - @s(y)
)};

print( 1 + 2 );
print( @s(1 + 2) );