Kodeekk

Results 4 comments of Kodeekk

> If you provided the code maybe, it would be more useful. extract obj_props let fade = 1.00 for i in 0..100 { r = $.random(0, 256) g = $.random(0,...

``` localhost# ./target/release/spwn eval Write your code, and then type ":build" to build it $.print("Hello") :build Parsing ... Reading savefile... Building script ... ——————————————————————————— zsh: segmentation fault ./target/release/spwn eval localhost#...

What can I do?

``` localhost# ./spwn build 1.spwn -i .cargo/bin/libraries/ Parsing ... Building script ... ——————————————————————————— Error: Unable to find library folder ╭─[1.spwn:1:1] │ 1 │ $.print("hello") · ────────┬─────── · ╰───────── 1: Not...