RosettaCodeData/Task/Program-termination/Nemerle/program-termination.nemerle

5 lines
60 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
using System.Environment
...
when (problem) Exit(1)
...