Skip to content

Instantly share code, notes, and snippets.

@ugiacoman
Created January 31, 2016 15:57
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 ugiacoman/00ae35b5286c9e58ae09 to your computer and use it in GitHub Desktop.
Save ugiacoman/00ae35b5286c9e58ae09 to your computer and use it in GitHub Desktop.
-- this is an example
group: nameOfTheNewGroup
employee = {
person_name:string, street:string, city:string
'ricky' , '42' , 'alexandria'
'donald' , '34' , 'dc'
'bob' , '23' , 'alexandria'
}
manager = {
person_name:string, manager_name:string
'bob' , 'donald'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment