Hex dump: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m →‎{{header|Wren}}: Shouldn't really align ascii in last line as spaces are significant.
PureFox (talk | contribs)
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: Line 880:


As my text editor always adds a trailing \n, the method removes this before dumping the remainder.
As my text editor always adds a trailing \n, the method removes this before dumping the remainder.
<syntaxhighlight lang="ecmascript">import "io" for File
<syntaxhighlight lang="wren">import "io" for File
import "./seq" for Lst
import "./seq" for Lst
import "./fmt" for Fmt
import "./fmt" for Fmt