git @ Cat's Eye Technologies Iphigeneia / master eg / hello.iphi
master

Tree @master (Download .tar.gz)

hello.iphi @masterraw · history · blame

1
2
3
4
5
6
7
8
(* "Hello, world!" (or actually just "Hello") in Iphigeneia *)
begin
  print 72;
  print 101;
  print 108;
  print 108;
  print 111
end