Run docker run -it e403ab292d23
Or sudo docker run -it e403ab292d23
- Download this project as ZIP or using git clone.
- Run
python swiftcode.pyin terminal to check for errors. If the terminal returns nothing, continue to next step. - Now you can run
python shell.pyand start using swiftcode!
Multi Line Statements Must End With "finish"
==- Integer Comparison- `=`` - String Comparison
>=- Greater Or Equal<=- Less Or Equal!=- Not Equal>- Greater Than<- Less Than
+- Plus-- Minus*- Multiply/- Divide^- Power of()- Brackets
if- If something is equal to somethingifnot- If something is not equal to something check(elif)else- If something is not equal to somethingshow- Print value to terminalgive- Return value to programvariable- Variable declerationusrinput- Ask user for inputtermp(str)- Termination point with custom output
- 23.12.25 - Added time commands: sleep({time}, {unit}), date(), date_time(), weekday(), weekday_str()
- 21.12.25 - Added coloring to error arrows, added coloring to errors, added string comparisons(=`).
- 27.06.25 - Added the 'termp', 'showwar' and 'showerr' commands.
