Macro forth3::builtin_if_feature

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