On this page:
cond
else
if
and
or
check-expect
check-within
check-error
empty
true
false
require
Version: 4.1

3.9 Unchanged Forms

(cond [expr expr] ... [expr expr])

else

The same as Beginning’s cond.

(if expr expr expr)

The same as Beginning’s if.

(and expr expr expr ...)

(or expr expr expr ...)

The same as Beginning’s and and or.

(check-expect expr expr)

(check-within expr expr expr)

(check-error expr expr)

The same as Beginning’s check-expect, etc.

empty : empty?

true : boolean?

false : boolean?

Constants for the empty list, true, and false.

(require string)

The same as Beginning’s require.