Skip to content

could not detect comment line no, generated Ruby from Blocks. #130

@takaokouji

Description

@takaokouji

for example, commented each move(10 * (10 - 5)) nodes.

now, generate below.

# move ( ) steps
# *
# -
move(10 * (10 - 5))

in the future, below is for example.

# move () steps
# ≫ *
# ≫≫ -
move(10 * (10 - 5))

It's one of idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions