Skip to main content
How can we help?
Объявить переменную и вывести в лог
:local uname;
:set uname 123456789;
:log info ("username = ".$uname);