move stuff to isbpl-random-stuff

This commit is contained in:
Daniella 2022-03-07 13:12:11 +01:00
parent a5d169e43e
commit 7f77b09ee7
3 changed files with 0 additions and 34 deletions

View file

@ -1,9 +0,0 @@
"#file.isbpl" include
func main {
def args =args
while { 1 } {
"/dev/stdin" _file 0 1 read 0 aget _char putchar
}
0
}

View file

@ -1,14 +0,0 @@
"#stream.isbpl" include
"#file.isbpl" include
"#time.isbpl" include
func main {
def args =args
def dly args 2 aget stol =dly
def id args 0 aget args 1 aget stol _int STREAM_CREATE_SOCKET stream =id
while { 1 } {
"/dev/stdin" _file 0 1 read 0 aget _char id STREAM_WRITE stream
dly delay
}
0
}

View file

@ -1,11 +0,0 @@
"#stream.isbpl" include
"#file.isbpl" include
func main {
def args =args
def id args 0 aget args 1 aget stol _int STREAM_CREATE_SOCKET stream =id
while { 1 } {
"/dev/stdin" _file 0 1 read 0 aget _char id STREAM_WRITE stream
}
0
}