4 lines
66 B
Racket
4 lines
66 B
Racket
|
|
#lang racket
|
||
|
|
(run-stuff)
|
||
|
|
(when (something-bad-happened) (exit 1))
|