[Oberon] PO2013 - Simple Calc Tool

Tomas Kral thomas.kral at email.cz
Sun Nov 11 15:19:52 CET 2018


> Looking for simple calculator, doing simple math, e.g. adding offsets
> and addresses, taking input from standard scanner or
> In.Mod?

Hi,

I have just discovered this simple calc tool under UV4 modules. Looks
awesome.

  System.Open Calc.Tool

  Calc.Reset
  Calc.Set  cos := 33H  otto := 1000H  ~
  Calc.List

  Calc.Hex egon + otto
  Calc.Dec egon * 2
  Calc.Char "j" + 7
  Calc.Real cos (193 * pi)

It is by `CAS', `Def.Mod' by the same author.

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list