18 lines
204 B
Plaintext
18 lines
204 B
Plaintext
![]() |
str substring ..2 -g foo bar b
|
||
|
(
|
||
|
# inside parenthesis
|
||
|
str substring
|
||
|
..2 -b
|
||
|
foo
|
||
|
b
|
||
|
|
||
|
)
|
||
|
foo bar 1 2 3
|
||
|
foo baz 1 2 3
|
||
|
def "foo baz" [
|
||
|
p1: int
|
||
|
p2: string, # doc
|
||
|
p3?: int = 1
|
||
|
] {}
|
||
|
echo
|