Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 384 Bytes

VCode

Small programming language for mindustry.

Code Example:

Code example

Features

  • Functions
    • Return instruction to return early
  • While loops
    • Break/Continue
  • If/Elif/Else
  • Math expressions for conditions and assignments
  • Access memory cells and banks like arrays
  • Do raw mlog using cmd
  • Comments using #
  • Wait instruction