From ecc4e82919e024c46f648918257d35fd6c1537ed Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 20 Aug 2017 02:02:15 -0700 Subject: Cleaned up code output. More concise now. --- game2.moon | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'game2.moon') 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.. -- cgit v1.2.3