data: NAME(20) value 'source',
SOURCE(10) value 'Bruce',
TARGET(10).
write (NAME) to TARGET. " write ('source') to TARGET.
write / TARGET. " 'Bruce' will be printed
package bruce.lib.swing; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.A...
data: NAME(20) value 'source',
SOURCE(10) value 'Bruce',
TARGET(10).
write (NAME) to TARGET. " write ('source') to TARGET.
write / TARGET. " 'Bruce' will be printed