wok-next annotate bc/description.txt @ rev 20591

js didn't like -Os flag
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:56:54 2018 +0300 (2018-04-14)
parents 0c849a954ff9
children
rev   line source
hackdorte@18923 1 Bc
hackdorte@18923 2
hackdorte@18923 3 Bc is an arbitrary precision numeric processing language.
hackdorte@18923 4 Syntax is similar to C, but differs in many substantial
hackdorte@18923 5 areas. It supports interactive execution of statements.
hackdorte@18923 6 Bc is a utility included in the POSIX P1003.2/D11 draft
hackdorte@18923 7 standard.
hackdorte@18923 8
hackdorte@18923 9 http://www.gnu.org/software/bc/