Skip to content

One command function trick #37

@pinkslot

Description

@pinkslot

We found a simple trick to reduce amount of penalty for using commands.
First programm will be twice cheaper , because it uses only one forward command inside do function

def do():
  forward(1)

do()
do()
forward(1)
forward(1)

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