nushell-plugins/nushell/tests/fixtures/formats/script_multiline.nu

3 lines
53 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
print ([1 4] | length)
print (echo [2 3 5] | length)