English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
raw
format:           
#raw
usage:           
#raw
test               <= send "test" without newline appended
example:        
#func
chr {
#chr
_ {%%0};
#res
$_}
#raw
@chr{4}         <= will send ctrl-D (^D 的十进制 ascii 码是 4)
                    
#raw
@chr{27}         <= will send ESC
                    
#raw
@chr{1}d         <= send ctrl-A, d ...
see also:        
#toggle
raw