nullc icon indicating copy to clipboard operation
nullc copied to clipboard

More standard functionality

Open stefandd opened this issue 5 years ago • 1 comments

I feel that since std.io provides most functionality for console apps (just like e.g. Lua does), it would be good if nullC provided things that are so far missing and would allow more general scripts, including: -- access to the command line arguments that are provided with a script call -- system time information (utc time, offset, dst, weekday, d, m, y, h, m, s) or something like this

stefandd avatar Jun 26 '20 14:06 stefandd

Thank you for the suggestion. I think additional functions will be helpful and I'll try to add more of them soon.

WheretIB avatar Jul 01 '20 21:07 WheretIB