Delila Program: between

between program

Documentation for the between program is below, with links to related programs in the "see also" section.

{   version = 1.00; (* of between.p 2007 Apr 15}

(* begin module describe.between *)
(*
name
   between: compute whether a number is between two other numbers

synopsis
   between(input: in, output: out)

files

   input:  three integers per line: a, b, c

   output: the character 't'
     if b is between (inclusive) a and c

description

   Compute whether a number is between two other numbers.

examples

documentation

see also

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.between *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}