Macro forth3::builtin

source ยท
macro_rules! builtin {
    ($name:literal, $func:expr) => { ... };
}