Dragon curve/AutoHotkey: Difference between revisions

Content added Content deleted
m (fixed cleanup bug)
m (Fixed syntax highlighting.)
 
Line 1: Line 1:
{{libheader|GDIP}}
{{libheader|GDIP}}


<lang AutoHotkey>; LSystem RosettaCode
<syntaxhighlight lang="autoHotkey">; LSystem RosettaCode


#SingleInstance, Off
#SingleInstance, Off
Line 208: Line 208:
; may need to call VarSetCapacity(var, -1) afterwards for display
; may need to call VarSetCapacity(var, -1) afterwards for display
DllCall( "msvcrt\memmove", "UInt", dest+0, "UInt", src+0, "Int", len, "Cdecl int" )
DllCall( "msvcrt\memmove", "UInt", dest+0, "UInt", src+0, "Int", len, "Cdecl int" )
}</lang>
}</syntaxhighlight>
Output:
Output: