Skip to content

dragon-drop-scratch/dragonscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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),