8 lines
146 B
Text
8 lines
146 B
Text
|
|
functor
|
||
|
|
import Application System
|
||
|
|
define
|
||
|
|
ArgList = {Application.getArgs plain}
|
||
|
|
{ForAll ArgList System.showInfo}
|
||
|
|
{Application.exit 0}
|
||
|
|
end
|