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