Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 157 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 157 Bytes

Plon Lang

A C-family language. Mainly used for Plum events and custom commands.

Example

var array = [5];
console.print(array.join(", ));