document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Public texto As TextLabel
  4.  
  5. Public Sub _new(t As TextLabel)
  6.  
  7.   texto = t
  8.  
  9. End
  10.  
  11. Public Sub atiende(pers As Persona)
  12.   \'interface
  13.  
  14. End
');