PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Provide an example please!: : Hi,Below is a program to illustrate one way to use PALETTE.SCREEN 12COLOR 1LOCATE 10, 20PRINT This is a TEST.WHILE INKEY$ = FOR x = 1 TO 63timerh = TIMERWHILE TIMER - timerh < .1WENDtimerh = TIMERPALETTE 1, x + (x * 256) + ( x * 65536)NEXT xWENDThe three values that are added in the PALETTE line are the RED value, GREEN value * 256 and theBLUE value * 65536.
http://www.w3.org/ns/prov#wasQuotedFrom
  • programmersheaven.com