aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-26 22:42:25 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-26 22:42:25 +0100
commitf766d64e77654adca9d71a9878f6d5739b3954dd (patch)
tree282e1b20c451d037f9021a2e892e75d2cc8706ed /examples
parent992d0ab8a72020420e2af2f199289fd739772879 (diff)
downloadfunco-f766d64e77654adca9d71a9878f6d5739b3954dd.tar.gz
funco-f766d64e77654adca9d71a9878f6d5739b3954dd.zip
Formatting
Diffstat (limited to 'examples')
-rw-r--r--examples/sentences.fco9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/sentences.fco b/examples/sentences.fco
index ba1c10f..afb2d4f 100644
--- a/examples/sentences.fco
+++ b/examples/sentences.fco
@@ -24,9 +24,8 @@ end
def main()
map(display
- classify(
- list("Hi there, how are you today?"
- "I'd like to present you the washing machine 9001."
- "You have been nomiated to win one of these!"
- "Just make sure you don't break it")))
+ classify(list("Hi there, how are you today?"
+ "I'd like to present you the washing machine 9001."
+ "You have been nomiated to win one of these!"
+ "Just make sure you don't break it")))
end