Learn to read the documentation for SQL Server. If you look at the FORsentence , you will see:
| PATH [ ( 'ElementName' ) ]
...
[ , ROOT [ ( 'RootName' ) ] ]
If you compare this with other documentation, here I will use as an example BACKUP:
{ 'physical_device_name' | @physical_device_name_var }
...
FILE = { logical_file_name | @logical_file_name_var }
| FILEGROUP = { logical_filegroup_name | @logical_filegroup_name_var }
, , , '' . , ( @). , , ''
, @Devart, - SQL.