Exemple #1
0
 //Sets the environment contained by this EnvironmentWrapper
 //to the one provided by FScheme by default.
 public EnvironmentWrapper()
 {
     env = FScheme.CreateEnvironments();
 }
 //Sets the environment contained by this EnvironmentWrapper
 //to the one provided by FScheme by default.
 public EnvironmentWrapper()
 {
     env = FScheme.CreateEnvironments();
 }