How do you add a computed column to a Table?

The syntax I was looking for is:

alter table TABLE_NAME
add [column_name] as (**COLUMN-SQL**)