Creates a variable that holds the specified int.
static Variable<int> withInt(int value) { return Variable(value); }