19 lines
229 B
Plaintext
19 lines
229 B
Plaintext
![]() |
str substring 1..
|
||
|
| ansi strip
|
||
|
|
||
|
# User defined one
|
||
|
export def "foo bar" [] {
|
||
|
# inside a block
|
||
|
(
|
||
|
# same line
|
||
|
"🤔🤖🐘" | str substring 1.. | ansi strip
|
||
|
)
|
||
|
}
|
||
|
|
||
|
foo bar
|
||
|
|
||
|
overlay use foo
|
||
|
use std/assert
|
||
|
|
||
|
assert equal
|