Dragon curve/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
(Move long example to subpage)
 
m (Fixed syntax highlighting.)
 
(3 intermediate revisions by 2 users not shown)
Line 1:
{{libheader|GDIP}}
Made by infoG. Uses Gdi+.
 
<langsyntaxhighlight AutoHotkeylang="autoHotkey">; LSystem RosettaCode
 
#SingleInstance, Off
Line 22 ⟶ 23:
return
 
Esc::
esc::exitapp
 
GuiClose:
Cleanup:
Line 208:
; may need to call VarSetCapacity(var, -1) afterwards for display
DllCall( "msvcrt\memmove", "UInt", dest+0, "UInt", src+0, "Int", len, "Cdecl int" )
}</langsyntaxhighlight>
Output:
 
9,476

edits