add StmtKind::Rickroll
This commit is contained in:
parent
855383faac
commit
286a12b28e
|
@ -75,6 +75,7 @@ pub enum StmtKind {
|
|||
Print(Expr),
|
||||
Melo(Iden),
|
||||
Rlyeh,
|
||||
Rickroll
|
||||
}
|
||||
|
||||
impl Stmt {
|
||||
|
|
Loading…
Reference in a new issue