Sha256: 20b1c19f54f01617ce0a580bca8f048c0a20f9abf9a9eb88daea1dfb5d299b49
Contents?: true
Size: 280 Bytes
Versions: 7
Compression:
Stored size: 280 Bytes
Contents
* Message Box: MESSAGEBOX("Hello World") * Print to screen: ? "Hello World" * GUI: loForm = CREATEOBJECT("HiForm") loForm.Show(1) DEFINE CLASS HiForm AS Form AutoCenter = .T. Caption = "Hello, World" ADD OBJECT lblHi as Label ; WITH Caption = "Hello, World!" ENDDEFINE
Version data entries
7 entries across 7 versions & 1 rubygems