Skip to content
Paul Lipkowski edited this page Dec 9, 2023 · 6 revisions

Gimel (v.0.2.1) is a version of RPN Calculator (now Papaj). It was released on December 1, 2017. The changes included introduction of unary operations and scanning values. This version is named after the third letter of Hebrew alphabet – gimel (ג).

Details and features

  • Name: Gimel
  • Version Code: 0.2.1
  • Version Type: Generation 1 build
  • Release Date: December 1, 2017
  • Precedessor: Bet (v.0.2.0)
  • Successor: Dalet (v.0.3.0)
  • Language: FreePascal
  • Lines of code: 460
  • Number of functions: 27
  • Maximum number of instructions: de facto no limit (depends how many you can put in AnsiString, which has limit of either 2,147,483,647 (32 bit) or 9,223,372,036,854,775,807 chars (64 bit))
  • Number of entity types: de facto 1 (Number, but there was no Entities prior to v0.4.0)
  • Number of packages: de facto 1 (Vanilla, but there was no Packages prior to v0.4.3)
  • Works on: Windows, Linux

Code

You can check the Gimel's code here.

Clone this wiki locally