wscript prelude

Always available, no import:

functionsignaturenotes
print / println(any) / (any?)redirected into log::info
str(any) -> stringuses Display impls
fmt(string, any…) -> string{} placeholders; {{/}} escape; count compile-checked
same(T, T) -> boolreference identity
weak(T) -> weak[T]reference types only
int(int|float|char) -> intfloat truncates; char gives code point
float(int|float) -> float