Skip to content

what the heck is this |. operator? I haven't seen it in the Reason language basics #15

Description

@jedwards1211

Sorry to bother, I just had to ask. Obviously I'm just a curious observer of Reason rather than a user.

E.g.

document |. getBody |. appendChild1(app |. getView);

From the Reason language basics docs I would think it would simply be

document.getBody.appendChild1(app.getView);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions