Results 21 comments of bitbegin

> The quotient, q = a / n, is calculated according to the ROUNDING-MODE that corresponds to the chosen MODULO-MODE. >The remainder, r, is calculated as: r = a -...

you need use `make font` like this: `make f/font [state: none size: 1]`, because two font! use one font handle! in font/state, the new font copy the old font's state....

processing flow: 1. `make f/font [size: 1]`, copy the state of the old font to new font (notes: new one will have a copy of handle!) 2. the `make font!`...

another case `view [x: button "x" font-size 15 y: button "y" font x/font [y/font/size: y/font/size + 1]]`, but can't bypass it using `state: none`.

``` typedef struct { int seq; } MyStruct; MyStruct test1 () { MyStruct v = {56}; return v; } ``` ``` Red/System [] MyStruct: alias struct! [ seq [integer!] ]...

recommend [code runner](https://github.com/formulahendry/vscode-code-runner)

ubuntu20.04, but i have installed ALSA

have you tried to execute `red --cli`