Welcome to the CHICKEN Scheme pasting service

hex added by wasamasa on Thu Dec 29 15:37:28 2016

(define (hex a r g b)
  (string-append
   (if (< a 16)
       (format "0~x" a)
       (format "~x" a))
   (if (< r 16)
       (format "0~x" r)
       (format "~x" r))
   (if (< g 16)
       (format "0~x" g)
       (format "~x" g))
   (if (< b 16)
       (format "0~x" b)
       (format "~x" b))))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which procedure returns the number of elements in a list?
Visually impaired? Let me spell it for you (wav file) download WAV