Clase en Crystal

#clase class Modelo def initialize(nombre : String) @nombre end def nombre @nombre end end #main modelo = Modelo.new "Fernando" puts modelo.nombre puts modelo.to_s
Clase en Crystal Lang

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.