Learn R Programming

tipitaka (version 0.1.2)

pali_alphabet: Pali alphabet in order

Description

Pali alphabet in order

Usage

pali_alphabet

Arguments

Format

The Pali alphabet in traditional order.

Examples

Run this code
# NOT RUN {
# 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)

# }

Run the code above in your browser using DataLab