[lang-ref] ( char_to_charcode ) ( kotlin )

@Test
fun charToCharcode() {
	// c.code
	assertEquals(97, 'a'.code)
}