15 lines
478 B
Markdown
15 lines
478 B
Markdown
CONVERT
|
|
=======
|
|
|
|
DEC2HEX and HEX2DEC convert numbers to and from decimal and hexadecimal
|
|
bases. They were written by nortti, and are originally from their
|
|
ettinos-programs repository, which can be found at
|
|
https://ahti.space/git/nortti/ettinos-programs/.
|
|
|
|
Syntax: DEC2HEX|HEX2DEC number
|
|
|
|
***
|
|
|
|
This package is part of EttinOS-extra, a collection of programs for
|
|
EttinOS, the git repository of which can be found at
|
|
https://ahti.space/git/crazyettin/EttinOS-extra.
|