Back to slide -- Keyboard shortcut: 'u'              very-simple-4.laml - The definition of my-rectangular-node.Slide 15 : 24
Program 1

(define (my-rectangular-node x y label)
  (svg-node rectangular x y 
            'bg-color (rgb-color-encoding 117 255 117)
            label))