see the RB version

I want to know how I can see the RB version as a answer?

I know how to do this command -
/system resource get version ;

but I don’t get an answer

why?

also have the same problem in finding uptime on hotspot user

/ip hotspot user get [find name=david] uptime

how do I print the answer? or do I have to save it in a local and then print it ?

Thanks ,

If you’re trying to print it in the terminal, you can do:
:put [/system resource get version]
:put [/ip hotspot user get [find name=david] uptime]

yes , this is what I want
forget about “put” command

Thanks ,