The codes below both work OK but which way would be considered preferable? Which one is considered a major and which secondary? This one is right
call winop@ ('%PL[axes_pen=2,frame, framed, frame_pen=2, width=2]')
i = winio@ ('%PV%PL[x_axis='Time', y_axis= 'Energy', x_array, scale=linear]%ff&', 900, 600, N, X, Y)
or this:
call winop@ ('%PL[axes_pen=2,frame, framed, frame_pen=2, width=2]')
i = winio@ ('%PV%PL[x_axis='Time', y_axis= 'Energy', x_array, scale=linear]%ff&', 900, 600, N, X, Y)
I think in the future even AI will be confused. It is better to define it than to have a total freedom/mess