diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-20 02:02:15 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-20 02:02:15 -0700 |
| commit | ecc4e82919e024c46f648918257d35fd6c1537ed (patch) | |
| tree | e54abe353b1992ba3d84917cf0ffc4b0cb189e35 /game2.moon | |
| parent | c5c014864e786e68ebe82adbd88dd5806cd6ea5b (diff) | |
Cleaned up code output. More concise now.
Diffstat (limited to 'game2.moon')
| -rwxr-xr-x | game2.moon | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -68,6 +68,16 @@ say both.. "hello" and "world" +say [..] + "this is a stupidly long list", "the items go way past the 80 character", "limit that older consoles" + "had.", "It just keeps going and going" + +rule "dumbfunc %a %b %c %d %e": + say "doop" + +dumbfunc.. + "this is a stupidly long list" "the items go way past the 80 character" "limit that older consoles" + "had." "It just keeps going and going" rule "four": return 4 say both.. |
