Macro js

Source
macro_rules! js {
    ($($x:tt)*) => { ... };
}