![]() ![]() | 55 seconds | Expressions, Types, and Functions - slide 45 : 46 |
(define (indent-pixels p . contents) (table 'border "0" (tbody (tr (td 'width (as-string p) "") (td 'width "*" contents)))))
![]() | An alternative version of theindent-pixel function. |
![]() | A sample application of indent-pixel with some initial LAML context (software loading). |