Sha256: b3131bb8c39d7be865e63ec99cc1db99fd2ef812fd1fe6bb1b651279c6264abe
Contents?: true
Size: 205 Bytes
Versions: 10
Compression:
Stored size: 205 Bytes
Contents
To print a String, either call its println() method: main: func { "Hello world!" println() } Or call the free println() function with the String as the argument. main: func { println("Hello world!") }
Version data entries
10 entries across 7 versions & 1 rubygems