1 2 3 4 5 6
#pragma prefix "manut" module Controller { interface Display { void show(in string txt); }; };