$table.column_name
…returns data from a specified column in current table row.
Prior to version 3.4.4 this syntax can be also used to get table methods.Since 3.4.4 table methods can only be accessed by calling them, ^table.method[], moreover methods take precedence before fields.
Example $tab.name
…will return value stored in column name of the current table row.