Merge pull request #232 from GeorgeGibson/master

Couple of changes
This commit is contained in:
Mike Donaghy
2015-11-03 01:06:45 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
hello world :-Q S:-P :-Q
Hello World! :Q S::P :P

View File

@@ -1,3 +1,6 @@
begin
output "Hello World!"
?hello = "Hello World"
if 1 == 1 then
output ?hello
fi
end