boot

xod/core/boot

Outputs a single pulse when the program starts
boot
@/boot
Outputs a single pulse when the program starts
boot
BOOT
BOOTpulse

C++ implementation

node {
    void evaluate(Context ctx) {
        emitValue<output_BOOT>(ctx, 1);
    }
}

Tabular tests

BOOT
pulse
no-pulse
no-pulse