Plus

class Plus : Operator {
TypePod!int inttype;
enum description;
}

Members

Functions

apply
Argument apply(IndAbstract ind, Line line, WorldAbstract world)

TODO: enable adding not only ints

Meta