Guest User

Untitled

a guest
Sep 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. group: DataMakanApel
  2.  
  3.  
  4. Apel = {
  5. jenis:string , asal:string , stok:number
  6. 'Red Delicious' , 'US' , 25000
  7. 'Gala' , 'New Zealand', 15000
  8. 'Granny Smith' , 'Australia' , 1000
  9. 'Apel Manalagi' , 'Indonesia' , 50500
  10. 'Apel Malang' , 'Indonesia' , 40000
  11. 'Golden Delicious', 'US' , 5000
  12. }
  13.  
  14. Makan = {
  15. nama:string, jenis:string
  16. 'Adi' , 'Apel Malang'
  17. 'Bagas' , 'Gala'
  18. 'Heru' , 'Red Delicious'
  19. 'Ami' , 'Apel Malang'
  20. 'Caca' , 'Apel Manalagi'
  21. 'Dodi' , 'Red Delicious'
  22. 'Ayu' , 'Apel Malang'
  23. 'Sisil' , 'Apel Manalagi'
  24. 'Tara' , 'Red Delicious'
  25. 'Fifi' , 'Apel Malang'
  26. 'Yoyok' , 'Apel Manalagi'
  27. }
Add Comment
Please, Sign In to add comment