mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
6 lines
180 B
Rust
6 lines
180 B
Rust
pub static IF: &str = "if";
|
|
pub static THEN: &str = "then";
|
|
pub static ELSE: &str = "else";
|
|
pub static WHEN: &str = "when";
|
|
pub static AS: &str = "as";
|
|
pub static IS: &str = "is";
|