Files

14 lines
156 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
%pythoncode %{
def one():
print "in one"
%}
%pythoncode %{
print "still in one"
def two():
print "in two"
%}