Brace expansion: Difference between revisions

→‎{{header|AutoHotkey}}: incorrect output
(Added PowerShell)
(→‎{{header|AutoHotkey}}: incorrect output)
Line 268:
 
=={{header|AutoHotkey}}==
{{incorrect|AutoHotkey|Output edgy does not correspond to input}}
 
<lang autohotkey>; AutoHotkey runs Perl-compatible regular expressions no problem
t=~/{Downloads,Pictures}/ *.{jpg,gif,png} ; Note I added a space so the RosettaCode syntax highlighting will work. The AutoHotkey interpreter handles it no problem.
2,299

edits