Auto-translated
Navkratis
you have the `newday` function, then `if` statements for days two through six, then you closed the function with `end`, and then there's an `if` statement for the seventh day. Obviously, the last `if` statement should also be inside the function, not outside of it.
you have the `newday` function, then `if` statements for days two through six, then you closed the function with `end`, and then there's an `if` statement for the seventh day. Obviously, the last `if` statement should also be inside the function, not outside of it.