RosettaCodeData/Task/Pointers-and-references/PureBasic/pointers-and-references-5.purebasic

3 lines
134 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
*myInteger + 3 * SizeOf(Integer) ;pointer now points to myArray(3)
*myInteger - 2 * SizeOf(Integer) ;pointer now points to myArray(1)