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

3 lines
108 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
import "ecere"
Label label { text = "Goodbye, World!", hasClose = true, opacity = 1, size = { 320, 200 } };