18 lines
204 B
Plaintext
Raw Normal View History

2025-06-27 02:33:44 +01:00
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