utility functions for implementing noja functions in c; built-ins for socket management; http server draft in noja
This commit is contained in:
@@ -11,7 +11,7 @@ while i < n: {
|
||||
i = i + 1;
|
||||
|
||||
fun printPercent()
|
||||
print(100.0 * i / n, '%\n');
|
||||
print(string.cat('\r', stringFromNumeric(100.0 * i / n), '%'));
|
||||
|
||||
printPercent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user