diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 22:42:25 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-26 22:42:25 +0100 |
commit | f766d64e77654adca9d71a9878f6d5739b3954dd (patch) | |
tree | 282e1b20c451d037f9021a2e892e75d2cc8706ed /examples/sentences.fco | |
parent | 992d0ab8a72020420e2af2f199289fd739772879 (diff) | |
download | funco-f766d64e77654adca9d71a9878f6d5739b3954dd.tar.gz funco-f766d64e77654adca9d71a9878f6d5739b3954dd.zip |
Formatting
Diffstat (limited to 'examples/sentences.fco')
-rw-r--r-- | examples/sentences.fco | 9 |
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 |