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