Welcome to the CHICKEN Scheme pasting service

research scientists added by nick on Tue Jan 15 23:53:20 2013

# Find if x is in [a,b] 
# if strict is true then it can't be a or b
#
def inrange(a, x, b, strict=false)
  t = (a < x || (!strict && a == x)) && (x < b || (!strict && b == x))
  t
end

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
`call/cc' is a short name for which procedure?
Visually impaired? Let me spell it for you (wav file) download WAV