Skip to main content
parse_for_loop
strat9_
kernel
0.1.0
In strat9_
kernel::
shell::
scripting
strat9_kernel
::
shell
::
scripting
Function
parse_
for_
loop
Copy item path
Source
fn parse_for_loop(parts: &[&
str
]) ->
ScriptConstruct
Expand description
for VAR in A B C ; do cmd1 ; cmd2 ; done