string-copy

string-copy : (string -> string)

purpose:
to copy a string


Beginning Student Language