6 lines
87 B
Nim
6 lines
87 B
Nim
|
|
if problem1:
|
||
|
|
quit QuitFailure
|
||
|
|
|
||
|
|
if problem2:
|
||
|
|
quit "There is a problem", QuitFailure
|