Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  1 minute, 12 secondsExpressions, Types, and Functions - slide 45 : 46

Simple web-related functions (2)
(define (indent-pixels p . contents)
  (table 'border "0"
   (tbody
     (tr 
      (td 'width (as-string p) "")
      (td 'width "*" contents)))))
indent-pixels-2.laml
An alternative version of theindent-pixel function.
indent-pixels-2.laml
A sample application of indent-pixel with some initial LAML context (software loading).