indent-pixels-2.laml - An alternative version of the
indent-pixel
function.
Lecture 2 - slide 45 : 46
Program 1
(define (indent-pixels p . contents) (div 'css:margin-left (as-string p) contents))