Created
September 5, 2019 06:48
-
-
Save ruhendrawan/e6c6fab51377d5a10a06a2958452de99 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
group: akademik | |
Mahasiswa = | |
{ | |
nrp:string, nama:string, gender:string, usia:number, asal_sekolah:string, nip_dosenwali:string | |
'101', 'bejo', 'laki', 19, 'smu', 'd01' | |
'102', 'amat', 'laki', 20, 'smk', 'd01' | |
} | |
Dosen = | |
{ | |
nip:string, nama:string | |
'd01', 'NF' | |
'd02', 'AP' | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment