aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/a68includes/hello-supper.a68
blob: 2af568bcb01c3dd5d75e21cf74ee23af4774a27f (plain)
1
2
3
4
5
proc hello = (string name) string:
begin string msg := "Hello " + name;
      msg
end;