/[svn]/linuxsampler/trunk/src/scriptvm/examples/expressions.txt
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/examples/expressions.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2964 by schoenebeck, Thu Jul 14 00:22:26 2016 UTC revision 2965 by schoenebeck, Mon Jul 18 09:42:28 2016 UTC
# Line 38  on init Line 38  on init
38    message("Bitwise operation .not. 0 = " & .not. 0)    message("Bitwise operation .not. 0 = " & .not. 0)
39    message("Bitwise operation .not. -1 = " & .not. -1)    message("Bitwise operation .not. -1 = " & .not. -1)
40    
41      message("sh_left(1,0) = " & sh_left(1,0))
42      message("sh_left(1,1) = " & sh_left(1,1))
43      message("sh_left(1,2) = " & sh_left(1,2))
44      message("sh_left(1,3) = " & sh_left(1,3))
45      message("sh_left(1,4) = " & sh_left(1,4))
46    
47      message("sh_right(128,0) = " & sh_right(128,0))
48      message("sh_right(128,1) = " & sh_right(128,1))
49      message("sh_right(128,2) = " & sh_right(128,2))
50      message("sh_right(128,3) = " & sh_right(128,3))
51    
52    message("abs(-3) = " & abs(-3))    message("abs(-3) = " & abs(-3))
53    
54    message("inc(" & $i & ") = " & inc($i))    message("inc(" & $i & ") = " & inc($i))

Legend:
Removed from v.2964  
changed lines
  Added in v.2965

  ViewVC Help
Powered by ViewVC