Page: U8 global variables
v.3 by Alexander Myodov
2019-09-05 19:09
2019-09-05 19:09
U8 global variables
Vars
$0
- current executable (as for Cargv[0]
)
Functions
function main(args)
: if specified in global level by the user script, it will be called (unless in-e
mode) with command line argument passed to U8, except theargv[0]
and U8-owned arguments such as an executable file.