abstract class FayrantLang::AST::StringFragment

Direct Known Subclasses

Defined in:

ast/expression.cr

Instance Method Summary

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
abstract def eval(ctx : Context) : String #

[View source]