forked from AbleOS/ableos
koniifer
1eee33ce8b
move dt_api to stn for ease of use do away with now redundant strobe example (colour example is basically strobe now)
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
.{string} := @use("../../stn/src/lib.hb")
|
|
|
|
get := fn($Expr: type, query: ^u8): Expr {
|
|
return @eca(3, 5, query, @inline(string.length, query))
|
|
} |