Summary of all the commands?

14 views
Skip to first unread message

allan phon

unread,
Sep 2, 2011, 2:13:31 AM9/2/11
to Calculize
you didn't us how how to use show so I was wondering how many more
command is hidden from doc

Jeff Pickhardt

unread,
Sep 2, 2011, 3:32:17 AM9/2/11
to calc...@googlegroups.com
You're right that show isn't in the documentation.  I didn't realize that.  Everything else unique to Calculize should be documented.

The general syntax for Calculize uses CoffeeScript (coffeescript.org).  This means you can use standard CS features, such as: 

List comprehensions:
countdown = (num for num in [10..1])

If / thens placed after the assignment:
myNumber = 10 if myChoice is "good"

...and anything else in standard CoffeeScript.

- Jeff
Reply all
Reply to author
Forward
0 new messages