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