Re: [Jprogramming] constant substitution

2020-02-17 Thread Raul Miller
So here's the deal with Henry's point 3: Cxmny=: 2 :'x+m+n+y' (>: i.3) Cxmny (*:9) (1 2 3) (2 : (':'; 'x+m+n+y')) 81 Here, m .and n have been evaluated, but are represented as nouns, not as text. You see a formatted representation but the internal representation is binary (>: i.3) Cmn (

Re: [Jprogramming] OpenGL

2020-02-17 Thread Thomas McGuire
On my MacBook Pro the F10 key is the run all lines key in JQt. So what happens to me is that a new window appears that exactly overlays the original window. If I click on the title bar and move the window with the cube, I find the original window is still there underneath. To fix this I ignore