;;$Id: astructure__define.pro,v 1.1 1998/10/19 20:51:10 beth Exp $ ;; IDL structure definition used in the incr_struct ;; example program. This must be an ;; exact match for the C structure definition. PRO astructure__define s = {ASTRUCTURE, $ zero : 0B, $ one : 0L, $ two : 0.0, $ three : 0.0D, $ four: [0,0]} END