12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
obj
|
|
term : "isxtv"
|
|
f : "sxfile"
|
|
|
|
pub Main
|
|
term.str( string("Howdy, <your name>") )
|
|
term.out( 13 )
|
|
|
|
f.Open( string("sphinx.bin"), "R" )
|
|
f.Execute( 0 )
|
|
|