Epson机器人程序--基本逻辑运算学习

1.And Or Not  Xor 这四种逻辑运算跟普通语言的一样用。 2.LShift (数值, 移位数)  用于将数值数据左移指定的位数。/RShift (数值数据, 移位数)  类似,位数0-31 LShift 函数使用示例 Function lshiftst  Integer i  Integer num, snum  num = 1  For i = 1 to 10  Print "i
相关文章
相关标签/搜索