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

3 lines
134 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
*myInteger + 3 * SizeOf(Integer) ;pointer now points to myArray(3)
*myInteger - 2 * SizeOf(Integer) ;pointer now points to myArray(1)