forked from AbleScript/ablescript
Update interpret.rs
This commit is contained in:
parent
141feac31c
commit
1bba812018
|
@ -306,6 +306,7 @@ impl ExecEnv {
|
||||||
exit(random());
|
exit(random());
|
||||||
}
|
}
|
||||||
StmtKind::Rickroll => {
|
StmtKind::Rickroll => {
|
||||||
|
// possibly move the entire rickroll string into a constant? ~~HTGAzureX1212.
|
||||||
stdout().write_all(b"We're no strangers to love
|
stdout().write_all(b"We're no strangers to love
|
||||||
You know the rules and so do I
|
You know the rules and so do I
|
||||||
A full commitments what I'm thinking of
|
A full commitments what I'm thinking of
|
||||||
|
|
Loading…
Reference in a new issue