News

The _ (underscore) variable stores the previous result. You can use this for new calculations. For example, to multiply the previous number by another number _ * 42. Or to square it: ...