diff --git a/e/emoticon.emoticon b/e/emoticon.emoticon index ceec66f9..cb21abf4 100644 --- a/e/emoticon.emoticon +++ b/e/emoticon.emoticon @@ -1 +1 @@ -hello world :-Q S:-P :-Q +Hello World! :Q S::P :P 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