ChrIsSymbol
Tests if a character is a symbol.
Syntax
-
ChrIsSymbol(c)
-
c
is a character (string of length 1)
-
Description
ChrIsSymbol(c)
returns true
iff c
is a symbol.
Examples
∀("∫⌬☃❦", ChrIsSymbol)
true
Tests if a character is a symbol.
ChrIsSymbol(c)
c
is a character (string of length 1)
ChrIsSymbol(c)
returns true
iff c
is a symbol.
∀("∫⌬☃❦", ChrIsSymbol)
true