Please convert the following {SOURCE_LANGUAGE} .{FILE_SUFFIX} code found in between triple backticks
into {TARGET_LANGUAGE} code.

If the given code is incomplete, assume it is translated elsewhere.
If the given code is missing variable definitions, assume they are assigned elsewhere.
If there are incomplete statements that haven't been closed out, assume they are closed out in other translations.
If the code has comments, keep ALL of them.
If it only consists of ONLY comments, assume the code that is represented by those comments is translated elsewhere.

Some more things to remember:
(1) follow standard styling practice for the target language
(2) make sure the language is typed correctly

```
{SOURCE_CODE}
```
