9.13. Numbers

Calculate - calculates the expression that selected at the text. For examplem you can write 2+2, then select it and apply Calculate. After such actiion you shall see the result at the logmemo. In you expression you may you braces and the following operators: +, -, *, ^, /. Here is some examples:

(2/3)*123
5+5+5
1-200*89

Arabian to Roman - for example, was 1977, will be MCMLXXVII.

Counter - generates a list of numbers. You must define the format string in the FAMOUS text entry. The format is: start_value~end_value~[step]. By the way, default value of "step" = 1. Example (with step = 5):

1~10~5

And as a result we have:

5
10
15
20
25
30
35
40
45
50