document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2.  
  3. Inherits IVolar
  4.  
  5. Public Function volar() As String
  6.  
  7.   Return "Yo puedo volar usando las alas"
  8.  
  9. End
');