pali_alphabet: Pali alphabet in order

Description Usage Format Examples

Description

Pali alphabet in order

Usage

1

Format

The Pali alphabet in traditional order.

Examples

1
2
3
4
# Returns TRUE because a comes before b in Pali:
match("a", pali_alphabet) < match("b", pali_alphabet)
# Returns FALSE beceause c comes before b in Pali
match("b", pali_alphabet) < match("c", pali_alphabet)

dangerzig/tipitaka documentation built on Jan. 19, 2022, 12:50 p.m.