screeps-starter-python
1.0.0
1.0.0
  • Introduction
  • Logistics
    • Setup
    • Upgrading Transcrypt
  • Screeps API Usage
    • Constants
    • Optional Arguments
    • Objects - Basic Interaction
    • Objects - Creation and the Keyword "new"
  • Features
    • Console Commands
  • Lodash
    • Introduction
    • As Arguments to API Methods
  • Syntax Changes
    • Summary
    • in Opperator
    • List Behavior
    • del Operator
    • dict Iteration
Powered by GitBook
On this page

Was this helpful?

  1. Syntax Changes

Summary

PreviousAs Arguments to API MethodsNextin Opperator

Last updated 4 years ago

Was this helpful?

If there is anything else you've found, do file an issue in the screeps-starter-python repository and I will include it here. Transcrypt uses the Python interpreter itself to parse source code, but it doesn't replicate the python runtime perfectly. When in doubt, looking at the created main.js file can provide a lot of insight into how things run.

in operator differences
list behavior differences
del operator differences