changed VData system again, renamed src/script to src/lang and added src/c.mers, which is an example something that currently does not work properly due to the VData implementation (and serves as a reminder to fix the issue)

This commit is contained in:
mark
2023-05-14 00:11:36 +02:00
parent f8102c8fe6
commit aff55fdc9e
33 changed files with 1081 additions and 1205 deletions

View File

@@ -6,7 +6,7 @@ t = thread(() {
println("got words from word list!")
})
sleep(0.5)
sleep(0.1)
// this will finish before the thread does.
http_get("https:\//github.com/").assume_no_enum()