8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
# string interpolation
|
|
|
|
let name = "this is a string"
|
|
$"s ($name)"
|
|
|
|
https://www.nushell.sh/book/working_with_strings.html#string-comparison
|
|
|