Dragon curve/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
(Added libheader.)
m (Fixed syntax highlighting.)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
Made by infoG.
{{libheader|GDIP}}
 
<langsyntaxhighlight AutoHotkeylang="autoHotkey">; LSystem RosettaCode
 
#SingleInstance, Off
Line 24 ⟶ 23:
return
 
Esc::
esc::exitapp
 
GuiClose:
Cleanup:
Line 210 ⟶ 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,486

edits