逻辑#

逻辑页面是关于你的 VEXcode 项目如何在不同情况下“思考”和行动:

  • Controls let you manage the flow of your program.

  • Events help you react to triggers like sensor changes or button presses.

  • Operators do things like math and comparisons.

  • Variables hold information you want to save and use.

  • My Blocks let you group chunks of code to keep your program organized.

  • Comments help you remember what each part of your code does.

总之,它们可以帮助您编写能够做出决策、实时响应的项目,并使您的代码保持整洁且易于理解。