home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / REFEXAMP / ATTRIB.PRO < prev    next >
Encoding:
Text File  |  1990-03-26  |  231 b   |  5 lines

  1. %=====================     attribute/1            =============================
  2. GOAL    attribute(1), write("\nThis line is blue"),
  3.     attribute(2), write("\nThis line is green"),
  4.     attribute(A), A1=A+2, write("\nThis line is red").
  5.