RosettaCodeData/Task/Assertions/Racket/assertions-2.rkt
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

5 lines
83 B
Racket

#lang racket
(define x 80)
(unless (= x 42)
(error "a is not 42")) ; will error