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