Sha256: e74459f4eaa6958aa72d571d9705a2ba38f1d259ca5c7d5deae92aec039ffac9
Contents?: true
Size: 432 Bytes
Versions: 10
Compression:
Stored size: 432 Bytes
Contents
Examples using the full LiveCode IDE. Text input and output done in the Message palette/window: put "Hello World!" Present a dialog box to the user Answer "Hello World!" Example using command-line livecode-server in shell script #! /usr/local/bin/livecode-server set the outputLineEndings to "lf" put "Hello world!" & return Livecode also supports stdout as a device to write to write "Hello world!" & return to stdout
Version data entries
10 entries across 7 versions & 1 rubygems