Translating TypeScript to Rust #2
Remember that every translation is subject to inaccuracies in some cases. Feel free to correct or suggest better translations in the comments.
2.1 - The if statement
TypeScript
const condition: boolean = true
if (condition) {
console.log('Print me!...
blog.gabrielrufino.com2 min read