Sha256: 3bbf5a49ea1fc0de13b594da5b1e0aae501b0f7cd1ad2a208a364d1f227a761c
Contents?: true
Size: 270 Bytes
Versions: 10
Compression:
Stored size: 270 Bytes
Contents
===using SAY=== /*REXX program to show a line of text. */ say 'Hello world!' ===using SAY variable=== /*REXX program to show a line of text. */ yyy = 'Hello world!' say yyy ===using LINEOUT=== /*REXX program to show a line of text. */ call lineout ,"Hello world!"
Version data entries
10 entries across 7 versions & 1 rubygems