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
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
value
Source