Module Example Public Sub Main() Dim primes = Tuple.Create(2, 3, 5, 7, 11, 13, 17, 19) End SubEnd Module