Dragon curve/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
m (fixed cleanup bug)
m (Fixed syntax highlighting.)
 
Line 1:
{{libheader|GDIP}}
 
<langsyntaxhighlight AutoHotkeylang="autoHotkey">; LSystem RosettaCode
 
#SingleInstance, Off
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