5 lines
104 B
OpenEdge ABL
Executable File
5 lines
104 B
OpenEdge ABL
Executable File
@main[]
|
|
^rem{Will print "Hello World" when run as CGI script}
|
|
$hello[Hello World]
|
|
$result[$hello]
|