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

5 lines
60 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
using System.Environment
...
when (problem) Exit(1)
...