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