Pārlūkot izejas kodu

Autoload module "base"

Jean Fromentin 8 gadi atpakaļ
vecāks
revīzija
b83c7608f6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      main.cpp

+ 1 - 0
main.cpp

@@ -48,6 +48,7 @@ int main(){
   completion_interpreter=&interpreter;
   try{
     init_kernel(context,interpreter);
+    context.load_module("base");
   }
   catch(Error err){
     err.disp(cout,"");