Untitled
unknown
plain_text
3 years ago
133 B
3
Indexable
SET count TO 0 SET output TO "* WHILE count < 3 DO SET count TO count + 1 SET output TO output & "X" END WHILE SEND output TO DISPLAY
Editor is loading...
SET count TO 0 SET output TO "* WHILE count < 3 DO SET count TO count + 1 SET output TO output & "X" END WHILE SEND output TO DISPLAY