mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
;SELECT 'World' as name
|
|
:echo Hello, ${name}!
|
|
Goodbye, ${name}!
|