nushell-plugins/nushell/tests/fixtures/lsp/goto/var.nu

4 lines
52 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
let greeting = "hello"
print $"($greeting) world!"