[Oberon] open array usage

Jörg Straube joerg.straube at iaeth.ch
Sun Jul 11 06:12:16 MEST 2010


Have a look at the module "Strings".

VAR s, name: ARRAY 60 OF CHAR;

s := "Hello, ";
Strings.Append(s, name);
Strings.Append(s, ", how are you?");

Joerg



More information about the Oberon mailing list