3 lines
91 B
Turing
3 lines
91 B
Turing
$$ MODE TUSCRIPT
|
|
SET character ="a", code=DECODE (character,byte)
|
|
PRINT character,"=",code
|