Sha256: 86681718ee6461a71ac8200b3faec36337ea95ddf15a2fc71e532590f33aeeeb
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
Testing out some functions here... .func myfunc "Eureka!" .end .func sign str = @_data out = "" wide = str.length + 2 out << " "*4 + "+" wide.times { out << "-" } out << "\n" + " "*4 out << "| #{str} |\n" out << " "*4 + "+" wide.times { out << "-" } out << "\n\n " STDERR.puts out out .end I am calling $$myfunc here... Let's see what happens. Now I'm trying to make $$sign[A SIGN HERE]...
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
livetext-0.8.11 | test/data/functions/source.lt3 |