Calc+ 0.3B: add functions support. Add functions: inc(n), dec(n), abs(n), sqr(n)

git-svn-id: svn://kolibrios.org@4882 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
eAndrew
2014-04-23 15:07:44 +00:00
parent ffb2c86285
commit 599a3836f8
2 changed files with 84 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
VERSION equ "0.2<EFBFBD>"
VERSION equ "0.3<EFBFBD>"
use32
org 0
db 'MENUET01'
@@ -8,8 +8,8 @@
include "../../macros.inc"
include "../../dll.inc"
include "../../develop/libraries/box_lib/trunk/box_lib.mac"
; include "../../debug.inc"
include "parser.inc"
;include "../../debug.inc"
;===============================