Minimum Viable Product
This commit is contained in:
		
							parent
							
								
									fd57d7998c
								
							
						
					
					
						commit
						f28f949d0f
					
				| 
						 | 
					@ -422,7 +422,7 @@ namespace tlang
 | 
				
			||||||
        public void LoadEnvironment(RootEnvironment env)
 | 
					        public void LoadEnvironment(RootEnvironment env)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            TDictionary fs = new TDictionary();
 | 
					            TDictionary fs = new TDictionary();
 | 
				
			||||||
            
 | 
					            fs["home"] = new TString(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile));
 | 
				
			||||||
            fs["enumerate_files"]  = new TExternalMethod((args)=>{
 | 
					            fs["enumerate_files"]  = new TExternalMethod((args)=>{
 | 
				
			||||||
                if(args.Length > 0)
 | 
					                if(args.Length > 0)
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue