continuing ch 3 finished branch section

This commit is contained in:
2024-12-28 19:16:18 -07:00
parent f2b1879539
commit 948e623ac6
5 changed files with 46 additions and 2 deletions

View File

@ -41,7 +41,7 @@ fn example_function (x:i8, y:u16) {
// EXPRESSIONS DO NOT END WITH ;
// if you add a ; to the end of a statment it will turn into a statement and not return anything
// unless it is a return keyword
// or if it is a marco
// or if it is a marco (not required)
fn with_return_plus_one (c: i16) -> i16 {