Skip to main content

script

Macro script 

Source
macro_rules! script {
    ($($opcode:ident$(($($var:expr),+))?) +) => { ... };
}