Artifact Content
Not logged in

Artifact 5278c04aa82ef1ffe962d1bfdf46dcb97951388a


     1  @s "+" = fun(x, y) {@v(
     2  	@s(x) - @s(y)
     3  )};
     4  
     5  print( 1 + 2 );
     6  print( @s(1 + 2) );