eve-native
eve-native copied to clipboard
width * value / (max - min) = 25 value / (max - min) * width = 0.002499999 min = 0 max =100 value = 25 width = 100 In...
``` commit [#system/timer resolution: 1000] end search [#system/timer second] bind [#foo time: second] end search foo = [#foo time] bind [#html/div text: "{{foo}} {{foo.time}}"] end ``` Has output ``` foo|59|...
``` eve WORKING search num = [#naturals n] not(a = math/pow[value: n exponent: 1 / 2] b = math/floor[value: a] b > 1 b < n c = math/range[from: 2,...