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