/* You can declare an array of contexts */ @share hello[10]; eMain() { int i; /* But you must initialize them separately */ for (i=0;i<10;i++) @init(hello[i]); }