As you may have noticed, you now have the possibility of using var declarations in X++. These declarations have the form:
var value = 2; var fruitName = "Banana";
In other words, the compiler...(read more)
↧