This script generates Barnsleys Fractal Fern using script only.
; version 2017-10-03
; Barnsley Fractal Fern
; by larnil
#include <GUIConstants.au3>
Dim $x, $y, $xn, $yn, $n, $r, $dc
$WinSize = 800 ; window size
;Create graphics windows
AutoItSetOption("GUIOnEventMode", 1)
$GUI = GUICreate("B...