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:
@@ -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"
|
||||
|
||||
;===============================
|
||||
|
||||
|
Reference in New Issue
Block a user