Files

8 lines
121 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
%pythoncode %{
def foo():
a = 1 # This line starts with a tab instead of 8 spaces.
return 2
%}