How to get WAN IP without netmask from Terminal ?

Hello everyone
I used this command to get WAN IP from Terminal but with netmask

:put [/ip address get 1 address]



Thanks for sctse999 from > http://forum.mikrotik.com/t/how-to-get-pppoe-client-ip-address-at-terminal-console/55609/1

The results will show

10.146.198.122/32

I need results without netmask /32

http://wiki.mikrotik.com/wiki/Manual:Scripting-examples#Strip_netmask

Many Thanks, now I can do it by

:global ipaddress [/ip address get 1 address]
:put [:pick $ipaddress 0 [:find $ipaddress "/"]]

I have another question, Can I show $ipaddress result in hotspot HTML ?