Sending URBI code

If you need to send URBI code to the server, the URBI () macro is available, as well as the send () function. You can either pass it a string, or directly URBI code inside a couple of parenthesis:

send ("tag:1+1;");

URBI (( at (someevent (x)) { sometag:echo x; }; ));