Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# DragonScript
From the creators of DragonDrop comes a new project: DragonScript

#What is 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
# Version
0.0.1-alpha (Pre-relase)

#For devs
##Syntax ideas
###variable declaration
# For Devs
## Syntax ideas
### Variable declaration

var (name) = (object),

Expand All @@ -21,7 +21,7 @@ Reading Vars:

^foo,

###Logging function
### Logging function

write(text, size=p),