Comment on Roto: A Compiled Scripting Language for RustparentComments−terts1yHi! Author here. It is indeed expression-oriented, mostly following the same rules as Rust. If-else is an expression, for example.
Comments
Hi! Author here. It is indeed expression-oriented, mostly following the same rules as Rust. If-else is an expression, for example.