Chaocipher: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 3,709: Line 3,709:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascript">class Chao {
<syntaxhighlight lang="wren">class Chao {
static encrypt { 0 }
static encrypt { 0 }
static decrypt { 1 }
static decrypt { 1 }