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

3 lines
108 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import "ecere"
Label label { text = "Goodbye, World!", hasClose = true, opacity = 1, size = { 320, 200 } };