&CMD !---------------------------------------- ! integers I= 1, J= 2, K= 3, i=1111 j=2222 , k=33333 !---------------------------------------- ARR=10,20,30 ARR=,,333333 ARR(2:2)=22 ARR(2:)=22,33 ARR(2:3)=55,44 !---------------------------------------- ! user-defined type SMITH%P_AGE=20, SMITH%P_NAME='John Smith', SMITH%P_HEIGHT= 5.9000001, smith=100,'John Smythe',6.1 SMITH%P_NAME(2:4)="OHN", !---------------------------------------- ! reals T=2.22, R=3.33e3, S=1 !---------------------------------------- ! complex X=(777.777,888.888), !---------------------------------------- CONFIG='config.txt', ! not used FILE=' ', PROMPT=F, !---------------------------------------- /