6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
interface Hello {
|
|
attribute boolean quiet;
|
|
readonly attribute long count;
|
|
string say_hello_to(in string name);
|
|
};
|