smalruby3-gui icon indicating copy to clipboard operation
smalruby3-gui copied to clipboard

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

Open takaokouji opened this issue 6 years ago • 0 comments

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.

takaokouji avatar Nov 16 '18 04:11 takaokouji