Advertisement
jsbsan

darkroast

Oct 31st, 2013
1,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.17 KB | None | 0 0
  1. ' Gambas class file
  2.  
  3. Inherits Bebida
  4.  
  5. Public Sub _new()
  6.  
  7.   Super.setDescripcion("DarkRoast")
  8.  
  9. End
  10.  
  11. Public Function cost() As Single
  12.  
  13.   Return 0.99
  14.  
  15. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement