sysutils.user
Retrieves the current user name as a string
string
Example
--! luart-extensions import sysutils print("User name is "..sysutils.user)