Learn R Programming

Ramble (version 0.1.1)

literal: literal is a parser for single symbols. It will attempt to match the single symbol with the first character in the string.

Description

literal is a parser for single symbols. It will attempt to match the single symbol with the first character in the string.

Usage

literal(char)

Arguments

char
is the character to be matched

Examples

Run this code
literal("a") ("abc")

Run the code above in your browser using DataLab