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)

tipitaka documentation built on March 30, 2021, 5:12 p.m.