aboutsummaryrefslogtreecommitdiff
path: root/game2.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-08-20 02:02:15 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-08-20 02:02:15 -0700
commitecc4e82919e024c46f648918257d35fd6c1537ed (patch)
treee54abe353b1992ba3d84917cf0ffc4b0cb189e35 /game2.moon
parentc5c014864e786e68ebe82adbd88dd5806cd6ea5b (diff)
Cleaned up code output. More concise now.
Diffstat (limited to 'game2.moon')
-rwxr-xr-xgame2.moon10
1 files changed, 10 insertions, 0 deletions
diff --git a/game2.moon b/game2.moon
index a9de154..450437f 100755
--- a/game2.moon
+++ b/game2.moon
@@ -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..