Added more tests
This commit is contained in:
parent
8f3fa494ba
commit
4dbfa80939
4 changed files with 44 additions and 28 deletions
7
examples/shell/const.q
Normal file
7
examples/shell/const.q
Normal file
|
@ -0,0 +1,7 @@
|
|||
const idtype {
|
||||
pid 1
|
||||
}
|
||||
|
||||
const state {
|
||||
exited 0x4
|
||||
}
|
|
@ -2,14 +2,6 @@ import io
|
|||
import mem
|
||||
import sys
|
||||
|
||||
const idtype {
|
||||
pid 1
|
||||
}
|
||||
|
||||
const state {
|
||||
exited 0x4
|
||||
}
|
||||
|
||||
main() {
|
||||
length := 256
|
||||
command := mem.alloc(length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue