9 lines
56 B
OpenEdge ABL
9 lines
56 B
OpenEdge ABL
|
|
software {
|
||
|
|
loop {
|
||
|
|
read()
|
||
|
|
errors {
|
||
|
|
exit
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|