struct Basic::Line

Defined in:

basic-cr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(number : Int32 = 0, command : String = "NONE") #

[View source]

Instance Method Detail

def command : String #

[View source]
def command=(command : String) #

[View source]
def number : Int32 #

[View source]
def number=(number : Int32) #

[View source]