Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 308 Bytes

angledat

Angle data is a simple data type.

Installing + using

Put angledat.py in the main dir of your project.
Import it and use.

Comments

Comments start with $.

Data entry

<identifier> ^ <value>

^ works as a data assigner, identifier is the value name, and value is the value.