source: CIVL/examples/languageFeatures/print2.cvl@ a054a5b

1.23 2.0 main test-branch
Last change on this file since a054a5b was cce9f6a, checked in by Stephen Siegel <siegel@…>, 12 years ago

Adding simple print example of non-concrete value.

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

  • Property mode set to 100644
File size: 76 bytes
Line 
1#include<civlc.h>
2
3$input double x;
4
5void main() {
6 printf("x=%f\n", x);
7}
Note: See TracBrowser for help on using the repository browser.