Scripts

How can we help?

Навигация

Объявить переменную и вывести в лог

:local uname;
:set uname 123456789;
:log info ("username = ".$uname);