RosettaCodeData/Task/Hello-world-Graphical/EC/hello-world-graphical-2.ec

3 lines
108 B
Plaintext

import "ecere"
Label label { text = "Goodbye, World!", hasClose = true, opacity = 1, size = { 320, 200 } };