{% extends 'base.html'%} {% block title %}Create functions{% endblock%} {% block head_postload %} {% endblock%} {% block content %}

Create/edit functions

You can create or edit functions to take the place of input parameters here. Make sure you press tab every time you enter a section of the function. This includes operators and numbers.

Operators :  * ,  / ,  + ,  - ,  ) ,  ( 

Numbers :  1 ,  123 ,  0.75 

Inputs from other processes :  Input of X to Y 

Inputs from the 'technopshere' :  Input of X to Y 

Emissions to the environment :  Emission of X from Y 

Global parameters :  Global parameter 

{% include 'status.html' %}
{% endblock %}