Table of Contents

Class ReadlineFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class ReadlineFunction : GenericFunction
Inheritance
ReadlineFunction
Inherited Members

Constructors

ReadlineFunction()

public ReadlineFunction()

Fields

Identifier

public const string Identifier = "readline"

Field Value

string

Properties

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter)

Parameters

callLocation TokenLocation
interpreter Interpreter

Returns

ExpressionResult