Created
January 31, 2016 15:57
-
-
Save ugiacoman/00ae35b5286c9e58ae09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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