Names Default To Here( 1 ); Clear Log(); Clear Globals(); Clear Symbols(); // //Times Tables, Mandelbrot and the Heart of Mathematics //https://youtu.be/qhbuKbxJsk8 for Mathematics //https://sixsigmain.it for jsl code // j2F_path="C:\Users\Franco\Documents\j_test\"; j2F_Example_path = "C:\Users\Franco\Documents\j_test\"; // If( Host is( "Windows" ), , Throw() ); // (jmp for windows only) // -------------------------------------------------------------------- Include( "j2f_Include_21.jsl" ); // Contains WINAPI & j2fAPI definitions // june 2021 version (c) 2020/21 Franco Anzani - SixSigmaIn Team snc // // - Start Host --------------------------------------------- meHost = Create_Me(); If( meHost == _%false, Throw() ); // set jsl (jmp) as host , exit on error // // - Start Client --------------------------------------------- New_Client( meHost, 1, "Ttp_not_jsl.EXE", "100", _$as_view ); //