source: CIVL/examples/experimental/chooseInt.cvl@ afc300c

1.23 2.0 main test-branch
Last change on this file since afc300c was 3855561, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added examples for choose_int.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2505 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 110 bytes
Line 
1#include<civlc.cvh>
2
3$input int N;
4$assume(0 < N && N<10);
5
6int main(void){
7 int a;
8
9 a=$choose_int(N);
10}
Note: See TracBrowser for help on using the repository browser.