put private back
This commit is contained in:
@ -166,7 +166,7 @@ interface RawProgramMemory {
|
|||||||
* in the future.
|
* in the future.
|
||||||
*/
|
*/
|
||||||
export class ProgramMemory {
|
export class ProgramMemory {
|
||||||
environments: Environment[]
|
private environments: Environment[]
|
||||||
private currentEnv: EnvironmentRef
|
private currentEnv: EnvironmentRef
|
||||||
private return: KclValue | null
|
private return: KclValue | null
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user