Previous | Next

Lisp

(define (script-fu-helloworld
         text font size colour)
  (let* (
         (width 200)
         (height 100)
        )
    (do-stuff)
    (do-more-stuff)
  )
)