class

Myst::FloatLiteral

Inherits Myst::Literal / Myst::Node / Reference / Object

A float literal. Same as above, but for values including decimals. Float literals must have a decimal value both before and after the radix.

[0-9][_0-9]*.[_0-9]+

Constructors

new(value : String)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

hash(hasher)

See Object#hash(hasher)

value
Source
value=(value : String)
Source