Problem: History to entry line [up]...[copy]
|
09-26-2018, 01:17 PM
(This post was last modified: 09-26-2018 01:51 PM by compsystems.)
Post: #4
|
|||
|
|||
RE: Problem: History to entry line [up]...[copy]
not(x>y) => y ≥ x although the sense of reading is reversed. x ≤ y (real math book print)
problem not(x=y) => not(x==y) [up][copy][enter] NOT x=y [up][copy][enter] (NOT x)=y x:=true; y:=false [up][copy][enter] 0 = false // sometimes 0 other times 'false', there is no consistency // ( e^pi = pi^e ) and (0=0) => 0 => false Another problem if NOT(input(id)) then kill; end; // does not operate with NOT in lower case. if not(input(id)) then kill; end; |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem: History to entry line [up]...[copy] - compsystems - 07-20-2018, 05:34 PM
RE: Problem: History to entry line - compsystems - 08-29-2018, 10:30 AM
RE: Problem: History to entry line - compsystems - 08-29-2018, 11:20 AM
RE: Problem: History to entry line [up]...[copy] - compsystems - 09-26-2018 01:17 PM
|
User(s) browsing this thread: 1 Guest(s)