func.chr

The chr() function returns the character that represents the specified unicode

Syntax

func.chr(int)

Examples

func.chr(80) --> 80
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)