Hex dump: Difference between revisions

m
→‎{{header|Wren}}: 'wren' syntax highlighting now supported as Pygments updated to version 2.16.1. Apparently 'ecmascript' which was used previously is no longer supported.
m (→‎{{header|Wren}}: Shouldn't really align ascii in last line as spaces are significant.)
m (→‎{{header|Wren}}: 'wren' syntax highlighting now supported as Pygments updated to version 2.16.1. Apparently 'ecmascript' which was used previously is no longer supported.)
Line 880:
 
As my text editor always adds a trailing \n, the method removes this before dumping the remainder.
<syntaxhighlight lang="ecmascriptwren">import "io" for File
import "./seq" for Lst
import "./fmt" for Fmt
9,485

edits