Added more tests
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user