1 2 3 4 5 6 7 8 9 10
discard """ output: "Hello" """ type T = ref int let r = new(string) r[] = "Hello" echo r[]