:USERNAME
Syntax :USERNAME 
 
Explanation The built-in Logo variable USERNAME is a read-only variable which contains the name of the user. In Windows, this is the login name; on the Macintosh, this is the Owner name defined in the File Sharing control panel.
 
Example :USERNAME
Result: Joe

TopIndex