$(eval c = s => s.replace(/\d+\sHUF\s/, ''); u = '$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=USD)'; e = c('$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=EUR)'); a = c('$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=AUD)'); `${u} ${e} ${a}`;)