Advertisement
jsbsan

USANDO LA CLASE CIRCULO

Apr 16th, 2014
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.14 KB | None | 0 0
  1. PUBLIC SUB main()
  2.   Dim circuloTmp As Circulo
  3.   circuloTmp = New Circulo(100, [2, 3])
  4.   circuloTmp = New Circulo([1.2, 5], [2, 3], [9, 2])
  5. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement