Sign operators

In BI# you can precede every numerical value with a sign (+, -):

int x = -5;
int y = +42;