Commenting your code
You have to begin your comments with //. Everything until the end of the line
is part of the comment. For example:
filter // Filtering stuff here
    $ => .age >= 35
You have to begin your comments with //. Everything until the end of the line
is part of the comment. For example:
filter // Filtering stuff here
    $ => .age >= 35