Companion

object Companion

Functions

Link copied to clipboard
fun A_Character.equalsCharacterWithCodePoint(aCodePoint: Int): Boolean

Answer whether the receiver, an object, is a character with a code point equal to the integer argument.

Properties

Link copied to clipboard
val A_Character.codePoint: Int

Answer this character's Unicode code point.

Link copied to clipboard
val A_Character.isCharacter: Boolean

Is the receiver an Avail character?