Monday, September 26, 2016

Blog 9

What is wrong with this command?


forward = 100

17 comments:

  1. forward(100)
    not forward= 100

    ReplyDelete
  2. It has to be forward(100) for tracy to go forward. Alex Haston.

    ReplyDelete
  3. Syntax, it should be forward(100).
    -Joe Haj

    ReplyDelete
  4. its needs to be forward(100) in order to move Tracey by 100
    -sean

    ReplyDelete
  5. Chris VanYe
    the number should be in parenthesis

    ReplyDelete
  6. forward(100) if you want tracy to move forward
    -Katelyn

    ReplyDelete
  7. it should look like this
    forward (100)

    ReplyDelete
  8. The problem with this command isn't actually the command, but rather the syntax of the command. Most programming languages written in the C language are designed to be, for the most part, compatable, it's really just the syntax that makes it difficult,
    What could be done however is
    forward(100)
    ~Travis Vonheeder

    ReplyDelete
  9. the equal sighn and no perentesis

    ReplyDelete
  10. it needs to be forward(100)
    Charlie Lin

    ReplyDelete
  11. it should be forward(100).
    Gary Gao

    ReplyDelete
  12. forward(100)
    Josh Lee

    ReplyDelete
  13. this should be forward(100)
    Lux lei

    ReplyDelete
  14. The correct syntax for calling the forward function is forward(100)

    - Abby Peterson

    ReplyDelete
  15. forward(100)
    Ben Lacey

    ReplyDelete