/[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 2581 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2619 by schoenebeck, Wed Jun 11 13:24:32 2014 UTC
# Line 23  on init Line 23  on init
23    message("Bit operation not 1 = " & not 1)    message("Bit operation not 1 = " & not 1)
24    message("Bit operation not 2 = " & not 2)    message("Bit operation not 2 = " & not 2)
25    message("Bit operation not 0 = " & not 0)    message("Bit operation not 0 = " & not 0)
26    
27      message("abs(-3) = " & abs(-3))
28    
29      message("random(-5,5) = " & random(-5,5))
30      message("random(-5,5) = " & random(-5,5))
31      message("random(-5,5) = " & random(-5,5))
32    
33  end on  end on

Legend:
Removed from v.2581  
changed lines
  Added in v.2619

  ViewVC Help
Powered by ViewVC