Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 461 Bytes

DragonScript

From the creators of DragonDrop comes a new project: DragonScript

#What is DragonScript? DragonScript is our own programming language that you can use in your website. It has lots of features and has its own syntax.

#Version 0.0.1-alpha (Pre-relase)

#For devs ##Syntax ideas ###variable declaration

var (name) = (object),

Example:

var foo = "Hello, world!",

Reading Vars:

^foo,

###Logging function

write(text, size=p),