...a note regarding graphs plotting in V12, but everything seems to be the same as in V11. Thanks in advance...
-----------------
/CLEAR
FINISH
/REP
*DIM,hello,TABLE,4,2
*DO,i,1,4
hello(i,1) = i
hello(i,2) = i*10
*ENDDO
/GTYPE,1,GRPH,1
/GCMD,1,*VPLOT,hello(1,1),hello(1,2)...