Previous | Next

Declaring variables

  (let* ((width 200)
         (height (/ width 2))
        )
    (do-stuff)
  )
Mandatory in GIMP 2.4.