Skip to content

Instantly share code, notes, and snippets.

@Alchemist0823
Created February 11, 2016 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alchemist0823/4d593fb1cecebf7ff492 to your computer and use it in GitHub Desktop.
Save Alchemist0823/4d593fb1cecebf7ff492 to your computer and use it in GitHub Desktop.
-- this is an example
group: nameOfTheNewGroup
Employee = {
eid:number, name:string, office:string
1, Don, newyork
2, Mark, London
}
Manager = {
eid:number, mid:number
1, 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment