1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
puts "============"
puts "CR24835"
puts "============"
puts ""
####################################################################################################
# Graphic structure for highlighting is not erased if presentable object for highlight is deleted.
####################################################################################################
pload ALL
vinit v
box b 1 1 1
vdisplay b
vfit
vselmode b 1 1
vmoveto 380 104
vmoveto 29 103
vremove b
vclose v 1
vinit
set only_screen 1
|