zsh 0.8.13

Zsh interpreter and parser in Rust
Documentation
1
2
3
4
5
use super::prelude::*;

pub fn r#continue(parser: &Parser, streams: &mut IoStreams, argv: &mut [&wstr]) -> BuiltinResult {
    builtin_break_continue(parser, streams, argv)
}