[Eresi-cvs] ERESI-SVN:1157:may - commit information
ERESI-SVN Postmaster
elfsh-cvs at grid.einherjar.de
Thu Nov 13 21:58:55 UTC 2008
====Comments====
- 0.82a2: Added complete syntax for arithmetics with variables (integrated in command set, print, cmp)
Example:
(elfsh-0.82-a1-dev at local) set $heh 2
[*] Expression set succesfully
(elfsh-0.82-a1-dev at local) set $huh 3
[*] Expression set succesfully
(elfsh-0.82-a1-dev at local) set $hah 4
[*] Expression set succesfully
(elfsh-0.82-a1-dev at local) set $hih 5
[*] Expression set succesfully
(elfsh-0.82-a1-dev at local) print $heh $huh $hah $hih
long $heh = 0x2
long $huh = 0x3
long $hah = 0x4
long $hih = 0x5
(elfsh-0.82-a1-dev at local) set $bleh $hih*($huh+$hah+$huh)/(($heh))
[*] Expression set succesfully
(elfsh-0.82-a1-dev at local) print $heh $huh $hah $hih $bleh
long $heh = 0x2
long $huh = 0x3
long $hah = 0x4
long $hih = 0x5
long $bleh = 0x19
(elfsh-0.82-a1-dev at local) cmp $bleh $hih*($huh+$hah+$huh)/(($heh))
[*] Objects are EQUALS.
(elfsh-0.82-a1-dev at local) cmp $bleh $heh*$hih
[*] Objects are INEQUALS.
(elfsh-0.82-a1-dev at local) quit
====List of Changes====
You may gain more informations checking out our website:
http://www.eresi-project.org/changeset/1157
More information about the eresi-cvs
mailing list