git @ Cat's Eye Technologies Xoomonk / master eg / hello2.xoo
master

Tree @master (Download .tar.gz)

hello2.xoo @masterraw · history · blame

1
2
3
4
5
6
a := 65
print char a
print string "Hello, world!"
print string "The value of a is ";
print a;
print string "!"