Echoing Advanced Custom Fields Plugin’s Fields

Wordpress's plugin Advanced Custom Fields gives the opportunity to echo out the field:

 

But sometimes you need it as a variable, then use get_field('your_field_name'):