Skip to content

Instantly share code, notes, and snippets.

@mrfinch
mrfinch / dslwiki.md
Last active August 14, 2019 09:28
DSL Wiki

##DSL

###Datatypes supported:
#####integer,float,string,boolean,long_integer,character

####DSL for Variables:
DSL: Datatype(name)
#####Example:

  1. integer(a);