abstract class FayrantLang::AST::StringFragment
- FayrantLang::AST::StringFragment
- Reference
- Object
Direct Known Subclasses
Defined in:
ast/expression.crInstance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #eval(ctx : Context) : String
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).