C# Class CosmicMachine.Lang.Var

Inheritance: Exp
Show file Open project: icfpcontest2020/galaxy

Public Properties

Property Type Description
Name string

Public Methods

Method Description
HasFreeVar ( string name ) : bool
ToString ( ) : string
Var ( string name )

Method Details

HasFreeVar() public method

public HasFreeVar ( string name ) : bool
name string
return bool

ToString() public method

public ToString ( ) : string
return string

Var() public method

public Var ( string name )
name string

Property Details

Name public property

public string Name
return string