symbol {Ramble} | R Documentation |
symbol
creates a token for a symbol
Description
symbol
creates a token for a symbol
Usage
symbol(xs)
Arguments
xs |
takes in a string to create a token |
See Also
Digit
, Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
String
, ident
, nat
,
space
, token
, identifier
,
natural
Examples
symbol("[") (" [123]")
[Package Ramble version 0.1.1 Index]