-
Notifications
You must be signed in to change notification settings - Fork 1
Tet
Paul Lipkowski edited this page May 30, 2020
·
17 revisions
Tet (v.0.4.3) is the version of RPN Calculator. It was released on May 15, 2020. The changes included Hebrew language for GUI, syntax changes, introduction of arrays and packages.
- startSound, stopSound, delay (for Windows only)
- Array type
- toArray
- Math package with functions: PI, EU, FI, EM, choose, gcd, lcm, log, lbin, exp, abs, !, factorial, sin, cos, tan, cot, sec, csc, arcsin, arccos, arctan, arccot, ln, fibonacci, round, floor, ceiling, isPrime, isEven, isOdd, isInteger, Gamma, distNormStd, distNorm
- String package with functions: inC, between, bind, bindBy, concat, crush, crushBy, dechar, despace, insert, left, nthPosition, occurs, onespace, pad, padLeft, padRight, position, positionFrom, remove, replace, right, run, split, splitBy, substring, system, trim, trimLeft, trimRight
- Array package with functions: crush, getAt, setAt, push, pop, pushAt, popAt, shift, length
- strsort
Versions of Papaj:
Pre-builds: Bereshit (v.0.0.1), Shemot (v.0.0.2)
Aleph (v.0.1.0), Bet (v.0.2.0), Gimel (v.0.2.1), Dalet (v.0.3.0)
Hey (v.0.3.1), Vav (v.0.4.0), Zain (v.0.4.1), Chet (v.0.4.2), Tet (v.0.4.3)
Yod (v.0.5.0), Khaf (v.0.5.1), Lamed (v.0.5.2), Mem (v.0.5.3), Nun (v.0.5.4), Samech (v.0.5.5)
Development version: Leviathan
Packages of Papaj:
Vanilla, Array, Console, Date, Math, Number, String
Structures of Papaj:
Conditional, Entity, Loop, Variable
Array, Boolean, DateTime, Exception, LogicalExpression, Function, Number, Null, String
Home, PapajScript, Papaj (interpreter), Papaj REPL