forked from AbleOS/ableos
koniifer
96c2bd5cd5
restructure render lib add peony's render api additions and example add image example fix some dubious bugs i had made in unused code in mem_serve.rs remove tetris stub (now in peony's fork) update hblang
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
.{string} := @use("../../stn/src/lib.hb")
|
|
|
|
dt_get := fn($Expr: type, query: ^u8): Expr {
|
|
length := string.length(query)
|
|
return @eca(3, 5, query, length)
|
|
} |