Method: String#to_value?

Defined in:
lib/HDLRuby/hruby_high.rb

#to_value?Boolean

Tell if the expression can be converted to a value.

Returns:



5030
5031
5032
# File 'lib/HDLRuby/hruby_high.rb', line 5030

def to_value?
    return true
end