====== Tutorial 8 - Creating custom functions ====== ===== 1/4 ===== In this tutorial we will add a very simple custom function which calculates the maximum value of two arguments. Custom functions are written using the [[http://en.wikipedia.org/wiki/Java_(programming_language)|Java programming language]]. The basic code for the function is written directly in Ecolego, but it is adviced to write the majority of the code in a development tool suited for Java programming. **Next** * [[Tutorial_8-Creating_the_function|Creating the function (2/4)]] **References** * [[Tutorials|Back to Tutorials]] * [[start|Home]]