Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 821 Bytes

Phi-Modules

This contains the modules for the Phi scripting language. You can find the scripting language here

Modules

This module adds classes to Phi. It takes in attributes to create the class. Later you can make an instance of the class with specific values. You can add your own methods as well.

This module provides mathematical functions and constants. It is included by default in every program. See math examples for more info.

This module provides functions to debug your code and print information, error, log and warning messages.

This module provides custom functions to print/display arrays and objects in a prettier way.

back to top