diff --git a/README.md b/README.md index 5447333..dd7c4ca 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ fn main { } test(a); exit(); -} +}; fn test output { - let number_to_output = output; - out(number_to_output); -} + let numberToOutput = output; + out(numberToOutput); +}; ``` This code prints 3 and then 2.