forked from AbleScript/ablescript
add StmtKind::Rickroll
This commit is contained in:
parent
3ffdd15b41
commit
f9f891cd20
|
@ -75,6 +75,7 @@ pub enum StmtKind {
|
||||||
Print(Expr),
|
Print(Expr),
|
||||||
Melo(Iden),
|
Melo(Iden),
|
||||||
Rlyeh,
|
Rlyeh,
|
||||||
|
Rickroll
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Stmt {
|
impl Stmt {
|
||||||
|
|
Loading…
Reference in a new issue