4 Oct
2005
4 Oct
'05
1:10 p.m.
Here are the contents of that file: // chuck stdlib test std.randf() => stdout; std.randf() => stdout; std.randf() => stdout; std.randf() => stdout; std.randf() => stdout; std.randf() => stdout; std.randf() => stdout; std.abs(-10.0) => stdout; std.system("pwd"); std.getenv("USER") => stdout; std.sgn(-1.0) => stdout; std.setenv( "LAUGH", "HAHA" ); I think you are right about it not being in the distribution. stout is the old ChucK style of printing. The .system .getenv and .setenv all seem to work. You should be able to accomplish what you want with these tools. Good luck --art