Innov-AI
    Documentation | MentDB Weak Server
Edit a script (by double click)

  • Right click on the 'math.addition.exe' and select 'Edit'
  • script merge "math.addition.exe" false 1 
      (param
      	(var "[v1]" {true} "The number 1" is_null:true is_empty:true "10")
      	(var "[v2]" {type is_double [v2]} "The number 2" is_null:true is_empty:true "20")
      ;) 
      "Make an addition ..." 
    {
    	
    	#Your MQL source code here...;
    	+ [v1] [v2];
    	
    } "Return the result of the addition";
  • Update your script and click on 'Execute' buttons to save your change
Services     Supporters     Contact     About     Legal notice © 2024