7 lines
75 B
OpenEdge ABL
7 lines
75 B
OpenEdge ABL
%module robin
|
|
|
|
%inline %{
|
|
const char *run(void) {
|
|
return "AWAY!";
|
|
}
|
|
%}
|