Made ChrisTest for testing numerical library

This commit is contained in:
Chris Fadden
2015-03-16 13:49:05 -04:00
parent f1b0d46ca0
commit 7363b53489
22 changed files with 973 additions and 0 deletions

BIN
stdlib/.io.krak.un~ Normal file

Binary file not shown.

View File

@@ -67,3 +67,15 @@ __if_comp__ __C__ __simple_passthrough__ """
println();
}
|void| println(|double| toPrint){
print(toPrint);
println();
}