Update readme, alter echo command

This commit is contained in:
Aidan Hahn 2021-09-19 16:05:30 -07:00
parent f985ecef3d
commit 2c5d64bc9c
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 14 additions and 11 deletions

View file

@ -41,7 +41,7 @@ pub fn get_echo() -> Function {
Ctr::Seg(c) => string.push_str(ast_as_string(c.clone(), true).as_str()),
Ctr::None => ()
}
string.push_str(" ");
string.push_str("\n");
return true;
}) {
// TODO: use custom logger