Post Reply 
request for the soft key [copy]
07-12-2016, 01:44 PM (This post was last modified: 07-12-2016 02:02 PM by compsystems.)
Post: #10
RE: request for the soft key [copy]
x:=3 [enter] 3 ok
x++ [enter]=> increment(x) => 4 ok // increment operator very useful in programming
x-- [enter] => decrement(x) => 3 ok // decrement operator very useful in programming
++x [enter] => pre-increment(x) => ERROR undefined ok
--x [enter] => pre-decrement(x) => ERROR undefined ok

but

[±] => (unary negative operator, 2212 Unicode value) [-] => - (minus, 45 Unicode value). the line has different size

[±] x => −x [enter] -3 ok
[±] (x) [enter] => -(x) => -3 ok

[±] [up] [up] [copy] [enter] => −-X ERROR WHY? IS PARSE BUG?

−-X => negative(-X) => (-*-)X => +X => x the negative of a negative number is positive, signs law
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: request for the soft key [copy] - compsystems - 07-12-2016 01:44 PM



User(s) browsing this thread: 1 Guest(s)