[][src]Trait fortraith::plus

pub trait plus {
    type Result;
}

( + ) Add two top elements together

Examples

forth!(
    9 3 2 + +
    return type Out as top
);
assert_eq!(Out::eval(), 14);

Associated Types

type Result

Loading content...

Implementors

Loading content...