diff --git a/q/qwerty.qwerty b/q/qwerty.qwerty index 23cb455d..057a290b 100644 --- a/q/qwerty.qwerty +++ b/q/qwerty.qwerty @@ -1,3 +1,6 @@ begin -output "Hello World!" + ?hello = "Hello World" + if 1 == 1 then + output ?hello + fi end