RosettaCodeData/Task/Hello-world-Graphical/EC/hello-world-graphical-2.ec
2017-09-25 22:28:19 +02:00

2 lines
108 B
Text

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